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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=114",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 115,
    "results": [
        {
            "start": 931574787,
            "stop": 931574790
        },
        {
            "start": 931574799,
            "stop": 931574804
        },
        {
            "start": 931574834,
            "stop": 931574835
        },
        {
            "start": 931574852,
            "stop": 931574878
        },
        {
            "start": 931574884,
            "stop": 931574891
        },
        {
            "start": 931574907,
            "stop": 931574913
        },
        {
            "start": 931574934,
            "stop": 931574935
        },
        {
            "start": 931574941,
            "stop": 931574946
        },
        {
            "start": 931574955,
            "stop": 931574956
        },
        {
            "start": 931574982,
            "stop": 931574995
        },
        {
            "start": 931575021,
            "stop": 931575022
        },
        {
            "start": 931575029,
            "stop": 931575043
        },
        {
            "start": 931575055,
            "stop": 931575058
        },
        {
            "start": 931575071,
            "stop": 931575086
        },
        {
            "start": 931575092,
            "stop": 931575146
        },
        {
            "start": 931575152,
            "stop": 931575189
        },
        {
            "start": 931575203,
            "stop": 931575218
        },
        {
            "start": 931575225,
            "stop": 931575235
        },
        {
            "start": 931575243,
            "stop": 931575254
        },
        {
            "start": 931575407,
            "stop": 931575408
        }
    ]
}