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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6304",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6305,
    "results": [
        {
            "start": 875218560,
            "stop": 875218676
        },
        {
            "start": 875218677,
            "stop": 875218766
        },
        {
            "start": 875218767,
            "stop": 875218951
        },
        {
            "start": 875218952,
            "stop": 875220123
        },
        {
            "start": 875220126,
            "stop": 875220316
        },
        {
            "start": 875220318,
            "stop": 875220752
        },
        {
            "start": 875220755,
            "stop": 875222100
        },
        {
            "start": 875222160,
            "stop": 875223031
        },
        {
            "start": 875223034,
            "stop": 875223752
        },
        {
            "start": 875223972,
            "stop": 875224367
        },
        {
            "start": 875224368,
            "stop": 875224458
        },
        {
            "start": 875224460,
            "stop": 875227045
        },
        {
            "start": 875227046,
            "stop": 875227056
        },
        {
            "start": 875227058,
            "stop": 875228157
        },
        {
            "start": 875228158,
            "stop": 875229628
        },
        {
            "start": 875229629,
            "stop": 875232014
        }
    ]
}