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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=6",
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 7,
    "results": [
        {
            "start": 838069919,
            "stop": 838086604
        },
        {
            "start": 838089118,
            "stop": 838149484
        },
        {
            "start": 840299874,
            "stop": 840301264
        },
        {
            "start": 840303720,
            "stop": 840304864
        },
        {
            "start": 840305144,
            "stop": 840309078
        },
        {
            "start": 840309119,
            "stop": 840534390
        },
        {
            "start": 840534719,
            "stop": 840707666
        },
        {
            "start": 840708118,
            "stop": 840898564
        },
        {
            "start": 840902292,
            "stop": 840902704
        },
        {
            "start": 840907904,
            "stop": 840920464
        },
        {
            "start": 840922484,
            "stop": 841511600
        },
        {
            "start": 842723988,
            "stop": 842896204
        },
        {
            "start": 842896919,
            "stop": 843509707
        },
        {
            "start": 843520220,
            "stop": 843583804
        },
        {
            "start": 843591719,
            "stop": 843596524
        },
        {
            "start": 843606118,
            "stop": 843911704
        },
        {
            "start": 843925919,
            "stop": 844083604
        },
        {
            "start": 844098119,
            "stop": 844119023
        },
        {
            "start": 845144495,
            "stop": 845226064
        },
        {
            "start": 845229284,
            "stop": 845308864
        }
    ]
}