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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=81",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 82,
    "results": [
        {
            "start": 1238955200,
            "stop": 1238955260
        },
        {
            "start": 1238955261,
            "stop": 1238955355
        },
        {
            "start": 1238955356,
            "stop": 1238955512
        },
        {
            "start": 1238955513,
            "stop": 1238955516
        },
        {
            "start": 1238955519,
            "stop": 1238956121
        },
        {
            "start": 1238956124,
            "stop": 1238956338
        },
        {
            "start": 1238956339,
            "stop": 1238956896
        },
        {
            "start": 1238956899,
            "stop": 1238958170
        },
        {
            "start": 1238958173,
            "stop": 1238958759
        },
        {
            "start": 1238958761,
            "stop": 1238959424
        },
        {
            "start": 1238966517,
            "stop": 1238966621
        },
        {
            "start": 1238966622,
            "stop": 1238966724
        },
        {
            "start": 1238966725,
            "stop": 1238967176
        },
        {
            "start": 1238967177,
            "stop": 1238967396
        },
        {
            "start": 1238967397,
            "stop": 1238967400
        },
        {
            "start": 1238967401,
            "stop": 1238969389
        },
        {
            "start": 1238969390,
            "stop": 1238969512
        },
        {
            "start": 1238969516,
            "stop": 1238969849
        },
        {
            "start": 1238969852,
            "stop": 1238970235
        },
        {
            "start": 1238970238,
            "stop": 1238970571
        }
    ]
}