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/H1_BURST_CAT1/segments?format=api&page=195
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=194",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 195,
    "results": [
        {
            "start": 845659511,
            "stop": 845665626
        },
        {
            "start": 845665958,
            "stop": 845667876
        },
        {
            "start": 845671082,
            "stop": 845673888
        },
        {
            "start": 845676226,
            "stop": 845688452
        },
        {
            "start": 845688562,
            "stop": 845688703
        },
        {
            "start": 845689003,
            "stop": 845689894
        },
        {
            "start": 845690194,
            "stop": 845700074
        },
        {
            "start": 845700386,
            "stop": 845704736
        },
        {
            "start": 845705054,
            "stop": 845705313
        },
        {
            "start": 845705613,
            "stop": 845708482
        },
        {
            "start": 845708592,
            "stop": 845714688
        },
        {
            "start": 845714988,
            "stop": 845715028
        },
        {
            "start": 845715420,
            "stop": 845720345
        },
        {
            "start": 845720517,
            "stop": 845722240
        },
        {
            "start": 845722350,
            "stop": 845724743
        },
        {
            "start": 845725043,
            "stop": 845725098
        },
        {
            "start": 845725208,
            "stop": 845726646
        },
        {
            "start": 845726946,
            "stop": 845734996
        },
        {
            "start": 845801191,
            "stop": 845811361
        },
        {
            "start": 845812640,
            "stop": 845813286
        }
    ]
}