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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=11",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 12,
    "results": [
        {
            "start": 816994157,
            "stop": 816994277
        },
        {
            "start": 816994426,
            "stop": 816994726
        },
        {
            "start": 816995520,
            "stop": 816995880
        },
        {
            "start": 816996057,
            "stop": 816996177
        },
        {
            "start": 816996330,
            "stop": 816996510
        },
        {
            "start": 816996670,
            "stop": 816996790
        },
        {
            "start": 816996996,
            "stop": 816997116
        },
        {
            "start": 816997413,
            "stop": 816997653
        },
        {
            "start": 816997967,
            "stop": 816998027
        },
        {
            "start": 816998180,
            "stop": 816998840
        },
        {
            "start": 816999194,
            "stop": 817000034
        },
        {
            "start": 817000200,
            "stop": 817000320
        },
        {
            "start": 817000788,
            "stop": 817001208
        },
        {
            "start": 817001665,
            "stop": 817002625
        },
        {
            "start": 817002784,
            "stop": 817002844
        },
        {
            "start": 817003137,
            "stop": 817003197
        },
        {
            "start": 817003612,
            "stop": 817003762
        },
        {
            "start": 817004271,
            "stop": 817004331
        },
        {
            "start": 817004484,
            "stop": 817004604
        },
        {
            "start": 817006405,
            "stop": 817006465
        }
    ]
}