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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=331",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 332,
    "results": [
        {
            "start": 864441297,
            "stop": 864455346
        },
        {
            "start": 864456274,
            "stop": 864474426
        },
        {
            "start": 864476224,
            "stop": 864476821
        },
        {
            "start": 864477021,
            "stop": 864481673
        },
        {
            "start": 864483424,
            "stop": 864486103
        },
        {
            "start": 864497210,
            "stop": 864498724
        },
        {
            "start": 864500370,
            "stop": 864501479
        },
        {
            "start": 864501539,
            "stop": 864501980
        },
        {
            "start": 864502034,
            "stop": 864504425
        },
        {
            "start": 864504847,
            "stop": 864509393
        },
        {
            "start": 864509791,
            "stop": 864513108
        },
        {
            "start": 864515123,
            "stop": 864517028
        },
        {
            "start": 864517644,
            "stop": 864542114
        },
        {
            "start": 864542951,
            "stop": 864560317
        },
        {
            "start": 864560802,
            "stop": 864563442
        },
        {
            "start": 864565737,
            "stop": 864566668
        },
        {
            "start": 864567025,
            "stop": 864568056
        },
        {
            "start": 864568213,
            "stop": 864593016
        },
        {
            "start": 864597978,
            "stop": 864607555
        },
        {
            "start": 864607850,
            "stop": 864608037
        }
    ]
}