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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=201",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 202,
    "results": [
        {
            "start": 820243830,
            "stop": 820244277
        },
        {
            "start": 820244284,
            "stop": 820244449
        },
        {
            "start": 820244453,
            "stop": 820244957
        },
        {
            "start": 820244964,
            "stop": 820245126
        },
        {
            "start": 820245133,
            "stop": 820245206
        },
        {
            "start": 820245213,
            "stop": 820245827
        },
        {
            "start": 820245834,
            "stop": 820245890
        },
        {
            "start": 820245897,
            "stop": 820246175
        },
        {
            "start": 820246182,
            "stop": 820246390
        },
        {
            "start": 820246397,
            "stop": 820246495
        },
        {
            "start": 820246502,
            "stop": 820246533
        },
        {
            "start": 820246540,
            "stop": 820246575
        },
        {
            "start": 820246583,
            "stop": 820246597
        },
        {
            "start": 820246605,
            "stop": 820247003
        },
        {
            "start": 820247010,
            "stop": 820247272
        },
        {
            "start": 820247285,
            "stop": 820247419
        },
        {
            "start": 820247427,
            "stop": 820247564
        },
        {
            "start": 820247571,
            "stop": 820247684
        },
        {
            "start": 820247691,
            "stop": 820247771
        },
        {
            "start": 820247778,
            "stop": 820247863
        }
    ]
}