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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4874",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4872",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4873,
    "results": [
        {
            "start": 971578441,
            "stop": 971578488
        },
        {
            "start": 971578491,
            "stop": 971578669
        },
        {
            "start": 971578672,
            "stop": 971579134
        },
        {
            "start": 971579137,
            "stop": 971579284
        },
        {
            "start": 971579287,
            "stop": 971580149
        },
        {
            "start": 971580152,
            "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": 971583278
        },
        {
            "start": 971589094,
            "stop": 971589324
        },
        {
            "start": 971589327,
            "stop": 971589601
        },
        {
            "start": 971589604,
            "stop": 971589878
        },
        {
            "start": 971590178,
            "stop": 971590306
        },
        {
            "start": 971590309,
            "stop": 971590443
        },
        {
            "start": 971590460,
            "stop": 971590907
        },
        {
            "start": 971590910,
            "stop": 971591354
        }
    ]
}