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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=51",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 52,
    "results": [
        {
            "start": 823489198,
            "stop": 823507933
        },
        {
            "start": 823507954,
            "stop": 823507955
        },
        {
            "start": 823508827,
            "stop": 823526631
        },
        {
            "start": 823527489,
            "stop": 823528813
        },
        {
            "start": 823528834,
            "stop": 823528836
        },
        {
            "start": 823529853,
            "stop": 823531024
        },
        {
            "start": 823531402,
            "stop": 823532353
        },
        {
            "start": 823532377,
            "stop": 823532378
        },
        {
            "start": 823534090,
            "stop": 823534405
        },
        {
            "start": 823544855,
            "stop": 823545313
        },
        {
            "start": 823546758,
            "stop": 823547893
        },
        {
            "start": 823548976,
            "stop": 823549777
        },
        {
            "start": 823561572,
            "stop": 823561893
        },
        {
            "start": 823571523,
            "stop": 823580113
        },
        {
            "start": 823586337,
            "stop": 823594502
        },
        {
            "start": 823596817,
            "stop": 823613593
        },
        {
            "start": 823613616,
            "stop": 823613618
        },
        {
            "start": 823614644,
            "stop": 823616173
        },
        {
            "start": 823616225,
            "stop": 823616226
        },
        {
            "start": 823620666,
            "stop": 823627132
        }
    ]
}