Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5737
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5738",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5736",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5737,
    "results": [
        {
            "start": 874613404,
            "stop": 874613413
        },
        {
            "start": 874613416,
            "stop": 874613424
        },
        {
            "start": 874613428,
            "stop": 874613430
        },
        {
            "start": 874613433,
            "stop": 874613448
        },
        {
            "start": 874613451,
            "stop": 874613475
        },
        {
            "start": 874613478,
            "stop": 874613496
        },
        {
            "start": 874613499,
            "stop": 874613513
        },
        {
            "start": 874613517,
            "stop": 874613560
        },
        {
            "start": 874613563,
            "stop": 874613578
        },
        {
            "start": 874613581,
            "stop": 874613629
        },
        {
            "start": 874613632,
            "stop": 874613634
        },
        {
            "start": 874613637,
            "stop": 874613662
        },
        {
            "start": 874613668,
            "stop": 874613670
        },
        {
            "start": 874613742,
            "stop": 874613743
        },
        {
            "start": 874613746,
            "stop": 874613749
        },
        {
            "start": 874613753,
            "stop": 874613778
        },
        {
            "start": 874613781,
            "stop": 874613783
        },
        {
            "start": 874613786,
            "stop": 874613791
        },
        {
            "start": 874613794,
            "stop": 874613815
        },
        {
            "start": 874613821,
            "stop": 874613844
        }
    ]
}