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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=43",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 44,
    "results": [
        {
            "start": 931483167,
            "stop": 931483170
        },
        {
            "start": 931483174,
            "stop": 931483187
        },
        {
            "start": 931483190,
            "stop": 931483191
        },
        {
            "start": 931483194,
            "stop": 931483196
        },
        {
            "start": 931483200,
            "stop": 931483202
        },
        {
            "start": 931483205,
            "stop": 931483206
        },
        {
            "start": 931483211,
            "stop": 931483216
        },
        {
            "start": 931483219,
            "stop": 931483223
        },
        {
            "start": 931483227,
            "stop": 931483231
        },
        {
            "start": 931483234,
            "stop": 931483262
        },
        {
            "start": 931483265,
            "stop": 931483275
        },
        {
            "start": 931483278,
            "stop": 931483290
        },
        {
            "start": 931483293,
            "stop": 931483303
        },
        {
            "start": 931483307,
            "stop": 931483321
        },
        {
            "start": 931483324,
            "stop": 931483327
        },
        {
            "start": 931483330,
            "stop": 931483337
        },
        {
            "start": 931483340,
            "stop": 931483355
        },
        {
            "start": 931483359,
            "stop": 931483376
        },
        {
            "start": 931483381,
            "stop": 931483402
        },
        {
            "start": 931483405,
            "stop": 931483425
        }
    ]
}