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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=298",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 299,
    "results": [
        {
            "start": 969035367,
            "stop": 969035370
        },
        {
            "start": 969035373,
            "stop": 969035374
        },
        {
            "start": 969035378,
            "stop": 969035381
        },
        {
            "start": 969035387,
            "stop": 969035431
        },
        {
            "start": 969035435,
            "stop": 969035440
        },
        {
            "start": 969035444,
            "stop": 969035447
        },
        {
            "start": 969035451,
            "stop": 969035516
        },
        {
            "start": 969035519,
            "stop": 969035537
        },
        {
            "start": 969035540,
            "stop": 969035543
        },
        {
            "start": 969035565,
            "stop": 969035573
        },
        {
            "start": 969035579,
            "stop": 969035594
        },
        {
            "start": 969035597,
            "stop": 969035598
        },
        {
            "start": 969035601,
            "stop": 969035602
        },
        {
            "start": 969035605,
            "stop": 969035611
        },
        {
            "start": 969035615,
            "stop": 969035616
        },
        {
            "start": 969035620,
            "stop": 969035671
        },
        {
            "start": 969035674,
            "stop": 969035695
        },
        {
            "start": 969035733,
            "stop": 969035737
        },
        {
            "start": 969035743,
            "stop": 969035749
        },
        {
            "start": 969035766,
            "stop": 969035794
        }
    ]
}