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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=33",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 34,
    "results": [
        {
            "start": 967531608,
            "stop": 967531720
        },
        {
            "start": 967594895,
            "stop": 967595007
        },
        {
            "start": 967610320,
            "stop": 967610479
        },
        {
            "start": 967616112,
            "stop": 967616224
        },
        {
            "start": 967637528,
            "stop": 967637639
        },
        {
            "start": 967661007,
            "stop": 967661119
        },
        {
            "start": 967666976,
            "stop": 967667087
        },
        {
            "start": 967774778,
            "stop": 967774938
        },
        {
            "start": 967825490,
            "stop": 967825641
        },
        {
            "start": 967834338,
            "stop": 967834450
        },
        {
            "start": 967846705,
            "stop": 967846817
        },
        {
            "start": 967854345,
            "stop": 967854458
        },
        {
            "start": 967875002,
            "stop": 967875113
        },
        {
            "start": 967932665,
            "stop": 967932776
        },
        {
            "start": 967961265,
            "stop": 967961377
        },
        {
            "start": 968012048,
            "stop": 968012208
        },
        {
            "start": 968020433,
            "stop": 968020545
        },
        {
            "start": 968069825,
            "stop": 968069936
        },
        {
            "start": 968099121,
            "stop": 968099232
        },
        {
            "start": 968344672,
            "stop": 968344785
        }
    ]
}