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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=96",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 97,
    "results": [
        {
            "start": 817854501,
            "stop": 817854514
        },
        {
            "start": 817854527,
            "stop": 817854546
        },
        {
            "start": 817854563,
            "stop": 817854610
        },
        {
            "start": 817854617,
            "stop": 817854766
        },
        {
            "start": 817854780,
            "stop": 817854804
        },
        {
            "start": 817854812,
            "stop": 817854814
        },
        {
            "start": 817854827,
            "stop": 817854849
        },
        {
            "start": 817854857,
            "stop": 817854861
        },
        {
            "start": 817854869,
            "stop": 817854931
        },
        {
            "start": 817854941,
            "stop": 817854944
        },
        {
            "start": 817854951,
            "stop": 817854993
        },
        {
            "start": 817855030,
            "stop": 817855031
        },
        {
            "start": 817855060,
            "stop": 817855100
        },
        {
            "start": 817855108,
            "stop": 817855141
        },
        {
            "start": 817855148,
            "stop": 817855200
        },
        {
            "start": 817855208,
            "stop": 817855228
        },
        {
            "start": 817855235,
            "stop": 817855239
        },
        {
            "start": 817855246,
            "stop": 817855261
        },
        {
            "start": 817855268,
            "stop": 817855290
        },
        {
            "start": 817855298,
            "stop": 817855361
        }
    ]
}