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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=103",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 104,
    "results": [
        {
            "start": 931510131,
            "stop": 931510202
        },
        {
            "start": 931510209,
            "stop": 931510232
        },
        {
            "start": 931510235,
            "stop": 931510254
        },
        {
            "start": 931510260,
            "stop": 931510287
        },
        {
            "start": 931510290,
            "stop": 931510293
        },
        {
            "start": 931510295,
            "stop": 931510322
        },
        {
            "start": 931510325,
            "stop": 931510330
        },
        {
            "start": 931510333,
            "stop": 931510335
        },
        {
            "start": 931510338,
            "stop": 931510343
        },
        {
            "start": 931510349,
            "stop": 931510368
        },
        {
            "start": 931510371,
            "stop": 931510379
        },
        {
            "start": 931510382,
            "stop": 931510384
        },
        {
            "start": 931510387,
            "stop": 931510395
        },
        {
            "start": 931510398,
            "stop": 931510411
        },
        {
            "start": 931510414,
            "stop": 931510442
        },
        {
            "start": 931510445,
            "stop": 931510463
        },
        {
            "start": 931510469,
            "stop": 931510497
        },
        {
            "start": 931510500,
            "stop": 931510507
        },
        {
            "start": 931510510,
            "stop": 931510533
        },
        {
            "start": 931510536,
            "stop": 931510548
        }
    ]
}