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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=333",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 334,
    "results": [
        {
            "start": 821750534,
            "stop": 821750535
        },
        {
            "start": 821750538,
            "stop": 821750540
        },
        {
            "start": 821750546,
            "stop": 821750549
        },
        {
            "start": 821750553,
            "stop": 821750563
        },
        {
            "start": 821750568,
            "stop": 821750573
        },
        {
            "start": 821750577,
            "stop": 821750579
        },
        {
            "start": 821750582,
            "stop": 821750592
        },
        {
            "start": 821750598,
            "stop": 821750602
        },
        {
            "start": 821750605,
            "stop": 821750608
        },
        {
            "start": 821750612,
            "stop": 821750613
        },
        {
            "start": 821750622,
            "stop": 821750627
        },
        {
            "start": 821750630,
            "stop": 821750632
        },
        {
            "start": 821750635,
            "stop": 821750642
        },
        {
            "start": 821750647,
            "stop": 821750670
        },
        {
            "start": 821750678,
            "stop": 821750683
        },
        {
            "start": 821750688,
            "stop": 821750696
        },
        {
            "start": 821750702,
            "stop": 821750707
        },
        {
            "start": 821750712,
            "stop": 821750717
        },
        {
            "start": 821750720,
            "stop": 821750731
        },
        {
            "start": 821750734,
            "stop": 821750744
        }
    ]
}