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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=499",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=497",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 498,
    "results": [
        {
            "start": 826859116,
            "stop": 826859909
        },
        {
            "start": 826859929,
            "stop": 826859940
        },
        {
            "start": 826859959,
            "stop": 826860011
        },
        {
            "start": 826860031,
            "stop": 826861962
        },
        {
            "start": 826861981,
            "stop": 826862225
        },
        {
            "start": 826862254,
            "stop": 826862339
        },
        {
            "start": 826862358,
            "stop": 826863300
        },
        {
            "start": 826863337,
            "stop": 826863343
        },
        {
            "start": 826863362,
            "stop": 826863430
        },
        {
            "start": 826863449,
            "stop": 826864212
        },
        {
            "start": 826864231,
            "stop": 826865619
        },
        {
            "start": 826865664,
            "stop": 826867183
        },
        {
            "start": 826867200,
            "stop": 826869172
        },
        {
            "start": 826869189,
            "stop": 826875844
        },
        {
            "start": 826875868,
            "stop": 826875936
        },
        {
            "start": 826875955,
            "stop": 826876172
        },
        {
            "start": 826876191,
            "stop": 826876630
        },
        {
            "start": 826876652,
            "stop": 826876672
        },
        {
            "start": 826876703,
            "stop": 826876769
        },
        {
            "start": 826876788,
            "stop": 826877509
        }
    ]
}