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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=67",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 68,
    "results": [
        {
            "start": 816273326,
            "stop": 816273538
        },
        {
            "start": 816273545,
            "stop": 816273631
        },
        {
            "start": 816273638,
            "stop": 816273943
        },
        {
            "start": 816273950,
            "stop": 816274120
        },
        {
            "start": 816274128,
            "stop": 816274153
        },
        {
            "start": 816274160,
            "stop": 816274204
        },
        {
            "start": 816274211,
            "stop": 816274252
        },
        {
            "start": 816274260,
            "stop": 816274336
        },
        {
            "start": 816274343,
            "stop": 816274528
        },
        {
            "start": 816274535,
            "stop": 816274610
        },
        {
            "start": 816274617,
            "stop": 816274641
        },
        {
            "start": 816274649,
            "stop": 816274876
        },
        {
            "start": 816274883,
            "stop": 816274913
        },
        {
            "start": 816274920,
            "stop": 816275008
        },
        {
            "start": 816275015,
            "stop": 816275182
        },
        {
            "start": 816275189,
            "stop": 816275231
        },
        {
            "start": 816275239,
            "stop": 816275581
        },
        {
            "start": 816275588,
            "stop": 816275730
        },
        {
            "start": 816275737,
            "stop": 816275823
        },
        {
            "start": 816275830,
            "stop": 816276049
        }
    ]
}