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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=56",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 57,
    "results": [
        {
            "start": 1421361264,
            "stop": 1421369269
        },
        {
            "start": 1421369881,
            "stop": 1421419754
        },
        {
            "start": 1421420393,
            "stop": 1421421933
        },
        {
            "start": 1421422278,
            "stop": 1421422672
        },
        {
            "start": 1421423453,
            "stop": 1421429597
        },
        {
            "start": 1421443778,
            "stop": 1421478445
        },
        {
            "start": 1421479227,
            "stop": 1421486597
        },
        {
            "start": 1421615757,
            "stop": 1421651578
        },
        {
            "start": 1421659972,
            "stop": 1421665038
        },
        {
            "start": 1421665578,
            "stop": 1421670438
        },
        {
            "start": 1421671038,
            "stop": 1421679351
        },
        {
            "start": 1421686016,
            "stop": 1421689295
        },
        {
            "start": 1421698482,
            "stop": 1421702136
        },
        {
            "start": 1421721945,
            "stop": 1421726396
        },
        {
            "start": 1421726656,
            "stop": 1421727378
        },
        {
            "start": 1421728035,
            "stop": 1421728516
        },
        {
            "start": 1421731447,
            "stop": 1421746474
        },
        {
            "start": 1421746929,
            "stop": 1421756339
        },
        {
            "start": 1421756908,
            "stop": 1421757022
        },
        {
            "start": 1421758070,
            "stop": 1421758230
        }
    ]
}