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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=118",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 119,
    "results": [
        {
            "start": 931340637,
            "stop": 931340638
        },
        {
            "start": 931340647,
            "stop": 931340649
        },
        {
            "start": 931340656,
            "stop": 931340657
        },
        {
            "start": 931340676,
            "stop": 931340678
        },
        {
            "start": 931340698,
            "stop": 931340699
        },
        {
            "start": 931340702,
            "stop": 931340705
        },
        {
            "start": 931340709,
            "stop": 931340712
        },
        {
            "start": 931340715,
            "stop": 931340716
        },
        {
            "start": 931340731,
            "stop": 931340732
        },
        {
            "start": 931340735,
            "stop": 931340738
        },
        {
            "start": 931340741,
            "stop": 931340744
        },
        {
            "start": 931340752,
            "stop": 931340753
        },
        {
            "start": 931340755,
            "stop": 931340757
        },
        {
            "start": 931340759,
            "stop": 931340760
        },
        {
            "start": 931340769,
            "stop": 931340773
        },
        {
            "start": 931340776,
            "stop": 931340777
        },
        {
            "start": 931340779,
            "stop": 931340780
        },
        {
            "start": 931340784,
            "stop": 931340786
        },
        {
            "start": 931340790,
            "stop": 931340791
        },
        {
            "start": 931340802,
            "stop": 931340803
        }
    ]
}