Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=41
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=40",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 41,
    "results": [
        {
            "start": 1402342380,
            "stop": 1402343308
        },
        {
            "start": 1402348089,
            "stop": 1402351373
        },
        {
            "start": 1402351626,
            "stop": 1402354208
        },
        {
            "start": 1402354214,
            "stop": 1402355545
        },
        {
            "start": 1402355551,
            "stop": 1402357630
        },
        {
            "start": 1402357665,
            "stop": 1402377025
        },
        {
            "start": 1402377031,
            "stop": 1402384403
        },
        {
            "start": 1402384410,
            "stop": 1402384424
        },
        {
            "start": 1402384430,
            "stop": 1402386452
        },
        {
            "start": 1402386459,
            "stop": 1402394417
        },
        {
            "start": 1402394424,
            "stop": 1402395483
        },
        {
            "start": 1402395488,
            "stop": 1402396235
        },
        {
            "start": 1402396242,
            "stop": 1402396538
        },
        {
            "start": 1402396545,
            "stop": 1402397627
        },
        {
            "start": 1402397633,
            "stop": 1402400133
        },
        {
            "start": 1402402667,
            "stop": 1402405744
        },
        {
            "start": 1402405749,
            "stop": 1402407032
        },
        {
            "start": 1402407037,
            "stop": 1402407497
        },
        {
            "start": 1402407504,
            "stop": 1402420097
        },
        {
            "start": 1402428419,
            "stop": 1402428538
        }
    ]
}