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_CBCHIGH_CAT3/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_CBCHIGH_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=67",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 68,
    "results": [
        {
            "start": 816220241,
            "stop": 816220384
        },
        {
            "start": 816220387,
            "stop": 816220510
        },
        {
            "start": 816220514,
            "stop": 816220566
        },
        {
            "start": 816220569,
            "stop": 816220603
        },
        {
            "start": 816220606,
            "stop": 816220626
        },
        {
            "start": 816220629,
            "stop": 816220774
        },
        {
            "start": 816220777,
            "stop": 816220965
        },
        {
            "start": 816220968,
            "stop": 816221003
        },
        {
            "start": 816221006,
            "stop": 816221051
        },
        {
            "start": 816221055,
            "stop": 816221229
        },
        {
            "start": 816221232,
            "stop": 816221319
        },
        {
            "start": 816221322,
            "stop": 816221355
        },
        {
            "start": 816221358,
            "stop": 816221359
        },
        {
            "start": 816221362,
            "stop": 816221412
        },
        {
            "start": 816221415,
            "stop": 816221427
        },
        {
            "start": 816221431,
            "stop": 816221454
        },
        {
            "start": 816221457,
            "stop": 816221584
        },
        {
            "start": 816221587,
            "stop": 816221593
        },
        {
            "start": 816221608,
            "stop": 816221610
        },
        {
            "start": 816221893,
            "stop": 816222227
        }
    ]
}