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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=175",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 176,
    "results": [
        {
            "start": 932410665,
            "stop": 932411323
        },
        {
            "start": 932417009,
            "stop": 932417980
        },
        {
            "start": 932418081,
            "stop": 932418511
        },
        {
            "start": 932419372,
            "stop": 932419968
        },
        {
            "start": 932420853,
            "stop": 932421518
        },
        {
            "start": 932422329,
            "stop": 932422650
        },
        {
            "start": 932425475,
            "stop": 932428689
        },
        {
            "start": 932434417,
            "stop": 932435310
        },
        {
            "start": 932435651,
            "stop": 932435673
        },
        {
            "start": 932435679,
            "stop": 932435804
        },
        {
            "start": 932441350,
            "stop": 932458070
        },
        {
            "start": 932458073,
            "stop": 932463684
        },
        {
            "start": 932465416,
            "stop": 932466948
        },
        {
            "start": 932470756,
            "stop": 932477263
        },
        {
            "start": 932477270,
            "stop": 932483666
        },
        {
            "start": 932483672,
            "stop": 932485081
        },
        {
            "start": 932485088,
            "stop": 932485777
        },
        {
            "start": 932485783,
            "stop": 932486014
        },
        {
            "start": 932486019,
            "stop": 932486592
        },
        {
            "start": 932486598,
            "stop": 932486749
        }
    ]
}