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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=214",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 215,
    "results": [
        {
            "start": 1421031637,
            "stop": 1421031669
        },
        {
            "start": 1421031671,
            "stop": 1421031733
        },
        {
            "start": 1421031741,
            "stop": 1421031792
        },
        {
            "start": 1421031795,
            "stop": 1421031813
        },
        {
            "start": 1421031815,
            "stop": 1421031971
        },
        {
            "start": 1421031972,
            "stop": 1421032020
        },
        {
            "start": 1421032021,
            "stop": 1421032101
        },
        {
            "start": 1421032105,
            "stop": 1421032209
        },
        {
            "start": 1421032213,
            "stop": 1421032228
        },
        {
            "start": 1421032229,
            "stop": 1421032233
        },
        {
            "start": 1421032241,
            "stop": 1421032249
        },
        {
            "start": 1421032254,
            "stop": 1421032273
        },
        {
            "start": 1421032277,
            "stop": 1421032288
        },
        {
            "start": 1421032289,
            "stop": 1421032321
        },
        {
            "start": 1421052824,
            "stop": 1421052910
        },
        {
            "start": 1421052912,
            "stop": 1421052914
        },
        {
            "start": 1421052916,
            "stop": 1421053351
        },
        {
            "start": 1421053355,
            "stop": 1421053395
        },
        {
            "start": 1421053400,
            "stop": 1421053999
        },
        {
            "start": 1421054003,
            "stop": 1421054007
        }
    ]
}