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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8131",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8132,
    "results": [
        {
            "start": 970928795,
            "stop": 970928811
        },
        {
            "start": 970928831,
            "stop": 970928834
        },
        {
            "start": 970928855,
            "stop": 970928909
        },
        {
            "start": 970928935,
            "stop": 970928971
        },
        {
            "start": 970928974,
            "stop": 970928986
        },
        {
            "start": 970928989,
            "stop": 970929001
        },
        {
            "start": 970929004,
            "stop": 970929085
        },
        {
            "start": 970929088,
            "stop": 970929117
        },
        {
            "start": 970929128,
            "stop": 970929243
        },
        {
            "start": 970929247,
            "stop": 970929272
        },
        {
            "start": 970929285,
            "stop": 970929302
        },
        {
            "start": 970929313,
            "stop": 970929327
        },
        {
            "start": 970929330,
            "stop": 970929334
        },
        {
            "start": 970929356,
            "stop": 970929425
        },
        {
            "start": 970929428,
            "stop": 970929581
        },
        {
            "start": 970929584,
            "stop": 970929641
        },
        {
            "start": 970929644,
            "stop": 970929664
        },
        {
            "start": 970929667,
            "stop": 970929738
        },
        {
            "start": 970929741,
            "stop": 970929758
        },
        {
            "start": 970929761,
            "stop": 970929819
        }
    ]
}