Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4849
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4850",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4848",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4849,
    "results": [
        {
            "start": 971421322,
            "stop": 971421833
        },
        {
            "start": 971421836,
            "stop": 971421862
        },
        {
            "start": 971421865,
            "stop": 971422497
        },
        {
            "start": 971422500,
            "stop": 971422639
        },
        {
            "start": 971422642,
            "stop": 971423404
        },
        {
            "start": 971423407,
            "stop": 971423574
        },
        {
            "start": 971423577,
            "stop": 971424902
        },
        {
            "start": 971424905,
            "stop": 971425081
        },
        {
            "start": 971425084,
            "stop": 971425558
        },
        {
            "start": 971425561,
            "stop": 971426117
        },
        {
            "start": 971426120,
            "stop": 971426272
        },
        {
            "start": 971426275,
            "stop": 971427669
        },
        {
            "start": 971427672,
            "stop": 971428096
        },
        {
            "start": 971428099,
            "stop": 971428990
        },
        {
            "start": 971428993,
            "stop": 971429960
        },
        {
            "start": 971429963,
            "stop": 971430217
        },
        {
            "start": 971430220,
            "stop": 971430333
        },
        {
            "start": 971430336,
            "stop": 971430364
        },
        {
            "start": 971430367,
            "stop": 971432056
        },
        {
            "start": 971432059,
            "stop": 971432879
        }
    ]
}