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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29498",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29496",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29497,
    "results": [
        {
            "start": 971580766,
            "stop": 971580928
        },
        {
            "start": 971581453,
            "stop": 971581656
        },
        {
            "start": 971581659,
            "stop": 971581735
        },
        {
            "start": 971581738,
            "stop": 971581812
        },
        {
            "start": 971581815,
            "stop": 971581898
        },
        {
            "start": 971582798,
            "stop": 971583254
        },
        {
            "start": 971583257,
            "stop": 971583260
        },
        {
            "start": 971583266,
            "stop": 971583276
        },
        {
            "start": 971583277,
            "stop": 971583278
        },
        {
            "start": 971589094,
            "stop": 971589324
        },
        {
            "start": 971589327,
            "stop": 971589601
        },
        {
            "start": 971589604,
            "stop": 971589878
        },
        {
            "start": 971590178,
            "stop": 971590306
        },
        {
            "start": 971590309,
            "stop": 971590450
        },
        {
            "start": 971590453,
            "stop": 971590907
        },
        {
            "start": 971590910,
            "stop": 971591354
        },
        {
            "start": 971591357,
            "stop": 971591599
        },
        {
            "start": 971591602,
            "stop": 971591943
        },
        {
            "start": 971591946,
            "stop": 971592014
        },
        {
            "start": 971592017,
            "stop": 971592161
        }
    ]
}