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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=253",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 254,
    "results": [
        {
            "start": 1241473052,
            "stop": 1241473063
        },
        {
            "start": 1241473064,
            "stop": 1241473075
        },
        {
            "start": 1241473077,
            "stop": 1241473287
        },
        {
            "start": 1241473289,
            "stop": 1241473294
        },
        {
            "start": 1241473297,
            "stop": 1241473298
        },
        {
            "start": 1241473301,
            "stop": 1241473428
        },
        {
            "start": 1241473439,
            "stop": 1241473442
        },
        {
            "start": 1241473443,
            "stop": 1241473482
        },
        {
            "start": 1241473484,
            "stop": 1241473578
        },
        {
            "start": 1241473580,
            "stop": 1241473602
        },
        {
            "start": 1241473604,
            "stop": 1241473610
        },
        {
            "start": 1241473615,
            "stop": 1241473617
        },
        {
            "start": 1241473621,
            "stop": 1241473628
        },
        {
            "start": 1241473630,
            "stop": 1241473634
        },
        {
            "start": 1241473635,
            "stop": 1241473637
        },
        {
            "start": 1241473638,
            "stop": 1241473715
        },
        {
            "start": 1241473718,
            "stop": 1241473831
        },
        {
            "start": 1241473833,
            "stop": 1241473836
        },
        {
            "start": 1241473839,
            "stop": 1241473853
        },
        {
            "start": 1241473855,
            "stop": 1241473914
        }
    ]
}