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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=308",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 309,
    "results": [
        {
            "start": 873658206,
            "stop": 873659578
        },
        {
            "start": 873661484,
            "stop": 873665009
        },
        {
            "start": 873665828,
            "stop": 873672090
        },
        {
            "start": 873672293,
            "stop": 873672330
        },
        {
            "start": 873672378,
            "stop": 873674219
        },
        {
            "start": 873674311,
            "stop": 873675176
        },
        {
            "start": 873675259,
            "stop": 873676089
        },
        {
            "start": 873703658,
            "stop": 873705269
        },
        {
            "start": 873706807,
            "stop": 873708535
        },
        {
            "start": 873711097,
            "stop": 873715894
        },
        {
            "start": 873720952,
            "stop": 873723627
        },
        {
            "start": 873723690,
            "stop": 873724849
        },
        {
            "start": 873728554,
            "stop": 873728715
        },
        {
            "start": 873728790,
            "stop": 873729853
        },
        {
            "start": 873730023,
            "stop": 873771001
        },
        {
            "start": 873771097,
            "stop": 873787092
        },
        {
            "start": 873796180,
            "stop": 873811992
        },
        {
            "start": 873812306,
            "stop": 873814358
        },
        {
            "start": 873814632,
            "stop": 873822000
        },
        {
            "start": 873825361,
            "stop": 873844555
        }
    ]
}