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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=371",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 372,
    "results": [
        {
            "start": 823183947,
            "stop": 823184564
        },
        {
            "start": 823184568,
            "stop": 823184868
        },
        {
            "start": 823184871,
            "stop": 823184894
        },
        {
            "start": 823184897,
            "stop": 823185322
        },
        {
            "start": 823185325,
            "stop": 823186327
        },
        {
            "start": 823186330,
            "stop": 823187166
        },
        {
            "start": 823187169,
            "stop": 823187527
        },
        {
            "start": 823187827,
            "stop": 823187874
        },
        {
            "start": 823187984,
            "stop": 823188008
        },
        {
            "start": 823188011,
            "stop": 823188133
        },
        {
            "start": 823190504,
            "stop": 823190694
        },
        {
            "start": 823190697,
            "stop": 823190702
        },
        {
            "start": 823190705,
            "stop": 823191047
        },
        {
            "start": 823192729,
            "stop": 823193252
        },
        {
            "start": 823195679,
            "stop": 823196609
        },
        {
            "start": 823196626,
            "stop": 823201104
        },
        {
            "start": 823201168,
            "stop": 823205132
        },
        {
            "start": 823205697,
            "stop": 823206560
        },
        {
            "start": 823206563,
            "stop": 823206566
        },
        {
            "start": 823206569,
            "stop": 823209520
        }
    ]
}