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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=105",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 106,
    "results": [
        {
            "start": 825093318,
            "stop": 825093386
        },
        {
            "start": 825093686,
            "stop": 825093768
        },
        {
            "start": 825093878,
            "stop": 825093998
        },
        {
            "start": 825094298,
            "stop": 825097664
        },
        {
            "start": 825098112,
            "stop": 825098760
        },
        {
            "start": 825098764,
            "stop": 825099452
        },
        {
            "start": 825099456,
            "stop": 825099468
        },
        {
            "start": 825099473,
            "stop": 825101859
        },
        {
            "start": 825105567,
            "stop": 825105597
        },
        {
            "start": 825106133,
            "stop": 825106267
        },
        {
            "start": 825106571,
            "stop": 825107409
        },
        {
            "start": 825108373,
            "stop": 825109129
        },
        {
            "start": 825109312,
            "stop": 825109950
        },
        {
            "start": 825110090,
            "stop": 825110128
        },
        {
            "start": 825110428,
            "stop": 825110730
        },
        {
            "start": 825117071,
            "stop": 825119704
        },
        {
            "start": 825120181,
            "stop": 825120461
        },
        {
            "start": 825120761,
            "stop": 825141746
        },
        {
            "start": 825141748,
            "stop": 825141751
        },
        {
            "start": 825141755,
            "stop": 825141797
        }
    ]
}