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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=232",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 233,
    "results": [
        {
            "start": 850056447,
            "stop": 850056453
        },
        {
            "start": 850056456,
            "stop": 850056704
        },
        {
            "start": 850056717,
            "stop": 850056791
        },
        {
            "start": 850056805,
            "stop": 850056899
        },
        {
            "start": 850056904,
            "stop": 850057028
        },
        {
            "start": 850057037,
            "stop": 850057116
        },
        {
            "start": 850057120,
            "stop": 850057159
        },
        {
            "start": 850057163,
            "stop": 850057198
        },
        {
            "start": 850057202,
            "stop": 850058272
        },
        {
            "start": 850058281,
            "stop": 850060466
        },
        {
            "start": 850060470,
            "stop": 850060659
        },
        {
            "start": 850060668,
            "stop": 850060869
        },
        {
            "start": 850060893,
            "stop": 850060938
        },
        {
            "start": 850060942,
            "stop": 850060954
        },
        {
            "start": 850060958,
            "stop": 850061082
        },
        {
            "start": 850063845,
            "stop": 850063846
        },
        {
            "start": 850063855,
            "stop": 850063961
        },
        {
            "start": 850063965,
            "stop": 850063993
        },
        {
            "start": 850098489,
            "stop": 850101553
        },
        {
            "start": 850102470,
            "stop": 850103526
        }
    ]
}