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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3445",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3443",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3444,
    "results": [
        {
            "start": 969790483,
            "stop": 969790582
        },
        {
            "start": 969790585,
            "stop": 969790777
        },
        {
            "start": 969790780,
            "stop": 969791013
        },
        {
            "start": 969791016,
            "stop": 969791942
        },
        {
            "start": 969791945,
            "stop": 969792083
        },
        {
            "start": 969792084,
            "stop": 969792815
        },
        {
            "start": 969794909,
            "stop": 969794999
        },
        {
            "start": 969795002,
            "stop": 969795308
        },
        {
            "start": 969795311,
            "stop": 969795766
        },
        {
            "start": 969795769,
            "stop": 969796062
        },
        {
            "start": 969796063,
            "stop": 969796097
        },
        {
            "start": 969796112,
            "stop": 969796128
        },
        {
            "start": 969796131,
            "stop": 969797188
        },
        {
            "start": 969797209,
            "stop": 969797217
        },
        {
            "start": 969797220,
            "stop": 969797383
        },
        {
            "start": 969797386,
            "stop": 969797862
        },
        {
            "start": 969797863,
            "stop": 969797901
        },
        {
            "start": 969797904,
            "stop": 969798363
        },
        {
            "start": 969798366,
            "stop": 969798387
        },
        {
            "start": 969798390,
            "stop": 969798746
        }
    ]
}