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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=46",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 47,
    "results": [
        {
            "start": 941765935,
            "stop": 941765993
        },
        {
            "start": 941770670,
            "stop": 941770683
        },
        {
            "start": 941774138,
            "stop": 941774409
        },
        {
            "start": 942190754,
            "stop": 942192282
        },
        {
            "start": 942192306,
            "stop": 942192742
        },
        {
            "start": 942194549,
            "stop": 942195566
        },
        {
            "start": 942196069,
            "stop": 942196480
        },
        {
            "start": 942196876,
            "stop": 942197431
        },
        {
            "start": 942197484,
            "stop": 942197501
        },
        {
            "start": 942197553,
            "stop": 942197577
        },
        {
            "start": 942197709,
            "stop": 942198463
        },
        {
            "start": 942199089,
            "stop": 942199182
        },
        {
            "start": 942199670,
            "stop": 942201611
        },
        {
            "start": 942201642,
            "stop": 942202064
        },
        {
            "start": 942202937,
            "stop": 942206348
        },
        {
            "start": 942207291,
            "stop": 942210872
        },
        {
            "start": 942212032,
            "stop": 942213315
        },
        {
            "start": 942215464,
            "stop": 942218324
        },
        {
            "start": 942219839,
            "stop": 942231015
        },
        {
            "start": 942234768,
            "stop": 942238294
        }
    ]
}