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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=257",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 258,
    "results": [
        {
            "start": 820473023,
            "stop": 820473144
        },
        {
            "start": 820473148,
            "stop": 820473162
        },
        {
            "start": 820473165,
            "stop": 820473193
        },
        {
            "start": 820473411,
            "stop": 820473974
        },
        {
            "start": 820473978,
            "stop": 820474073
        },
        {
            "start": 820474076,
            "stop": 820474108
        },
        {
            "start": 820474112,
            "stop": 820474116
        },
        {
            "start": 820474119,
            "stop": 820474151
        },
        {
            "start": 820474155,
            "stop": 820474278
        },
        {
            "start": 820474282,
            "stop": 820474488
        },
        {
            "start": 820474505,
            "stop": 820474596
        },
        {
            "start": 820474599,
            "stop": 820474693
        },
        {
            "start": 820474697,
            "stop": 820474700
        },
        {
            "start": 820474703,
            "stop": 820474787
        },
        {
            "start": 820474907,
            "stop": 820475171
        },
        {
            "start": 820475175,
            "stop": 820475332
        },
        {
            "start": 820475335,
            "stop": 820475753
        },
        {
            "start": 820475756,
            "stop": 820475759
        },
        {
            "start": 820475763,
            "stop": 820476234
        },
        {
            "start": 820476237,
            "stop": 820476240
        }
    ]
}