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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=379",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 380,
    "results": [
        {
            "start": 821436274,
            "stop": 821436349
        },
        {
            "start": 821436368,
            "stop": 821436411
        },
        {
            "start": 821436430,
            "stop": 821436583
        },
        {
            "start": 821436602,
            "stop": 821436752
        },
        {
            "start": 821436771,
            "stop": 821436828
        },
        {
            "start": 821436855,
            "stop": 821437157
        },
        {
            "start": 821437191,
            "stop": 821437221
        },
        {
            "start": 821437240,
            "stop": 821437354
        },
        {
            "start": 821437373,
            "stop": 821437423
        },
        {
            "start": 821437442,
            "stop": 821437541
        },
        {
            "start": 821437560,
            "stop": 821437567
        },
        {
            "start": 821437586,
            "stop": 821437598
        },
        {
            "start": 821437617,
            "stop": 821437752
        },
        {
            "start": 821437771,
            "stop": 821437805
        },
        {
            "start": 821437838,
            "stop": 821437902
        },
        {
            "start": 821437921,
            "stop": 821437956
        },
        {
            "start": 821437975,
            "stop": 821438116
        },
        {
            "start": 821438135,
            "stop": 821438162
        },
        {
            "start": 821438181,
            "stop": 821438399
        },
        {
            "start": 821438418,
            "stop": 821438487
        }
    ]
}