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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=79",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 80,
    "results": [
        {
            "start": 823030532,
            "stop": 823032415
        },
        {
            "start": 823034368,
            "stop": 823040292
        },
        {
            "start": 823040372,
            "stop": 823042031
        },
        {
            "start": 823042068,
            "stop": 823048693
        },
        {
            "start": 823048716,
            "stop": 823048717
        },
        {
            "start": 823048874,
            "stop": 823079723
        },
        {
            "start": 823079841,
            "stop": 823080373
        },
        {
            "start": 823162541,
            "stop": 823162930
        },
        {
            "start": 823167164,
            "stop": 823177929
        },
        {
            "start": 823178003,
            "stop": 823188373
        },
        {
            "start": 823190504,
            "stop": 823191313
        },
        {
            "start": 823192689,
            "stop": 823193342
        },
        {
            "start": 823195679,
            "stop": 823201104
        },
        {
            "start": 823201168,
            "stop": 823205222
        },
        {
            "start": 823205697,
            "stop": 823209520
        },
        {
            "start": 823209584,
            "stop": 823223113
        },
        {
            "start": 823223135,
            "stop": 823223136
        },
        {
            "start": 823225641,
            "stop": 823235410
        },
        {
            "start": 823235467,
            "stop": 823240813
        },
        {
            "start": 823240825,
            "stop": 823240827
        }
    ]
}