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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=192",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 193,
    "results": [
        {
            "start": 956603824,
            "stop": 956603838
        },
        {
            "start": 956603843,
            "stop": 956603854
        },
        {
            "start": 956603869,
            "stop": 956603919
        },
        {
            "start": 956603922,
            "stop": 956603953
        },
        {
            "start": 956603958,
            "stop": 956604037
        },
        {
            "start": 956604040,
            "stop": 956604096
        },
        {
            "start": 956604100,
            "stop": 956604103
        },
        {
            "start": 956604106,
            "stop": 956604112
        },
        {
            "start": 956604116,
            "stop": 956604126
        },
        {
            "start": 956604129,
            "stop": 956604135
        },
        {
            "start": 956604138,
            "stop": 956604142
        },
        {
            "start": 956604145,
            "stop": 956604226
        },
        {
            "start": 956604229,
            "stop": 956604295
        },
        {
            "start": 956604298,
            "stop": 956604302
        },
        {
            "start": 956604305,
            "stop": 956604323
        },
        {
            "start": 956604328,
            "stop": 956604511
        },
        {
            "start": 956604515,
            "stop": 956604568
        },
        {
            "start": 956604572,
            "stop": 956604578
        },
        {
            "start": 956604581,
            "stop": 956604646
        },
        {
            "start": 956604652,
            "stop": 956604659
        }
    ]
}