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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=117",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 118,
    "results": [
        {
            "start": 1257871600,
            "stop": 1257871638
        },
        {
            "start": 1257900318,
            "stop": 1257900908
        },
        {
            "start": 1257900911,
            "stop": 1257902489
        },
        {
            "start": 1257902492,
            "stop": 1257902692
        },
        {
            "start": 1257902700,
            "stop": 1257902853
        },
        {
            "start": 1257902861,
            "stop": 1257905875
        },
        {
            "start": 1257905878,
            "stop": 1257906480
        },
        {
            "start": 1257906483,
            "stop": 1257908505
        },
        {
            "start": 1257908508,
            "stop": 1257909388
        },
        {
            "start": 1257909391,
            "stop": 1257910956
        },
        {
            "start": 1257910959,
            "stop": 1257912249
        },
        {
            "start": 1257912252,
            "stop": 1257915141
        },
        {
            "start": 1257915144,
            "stop": 1257915393
        },
        {
            "start": 1257915401,
            "stop": 1257915437
        },
        {
            "start": 1257915440,
            "stop": 1257915897
        },
        {
            "start": 1257915900,
            "stop": 1257916474
        },
        {
            "start": 1257916477,
            "stop": 1257917082
        },
        {
            "start": 1257917085,
            "stop": 1257921688
        },
        {
            "start": 1257921691,
            "stop": 1257922348
        },
        {
            "start": 1257922350,
            "stop": 1257922799
        }
    ]
}