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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=76",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 77,
    "results": [
        {
            "start": 816484846,
            "stop": 816493565
        },
        {
            "start": 816493922,
            "stop": 816494291
        },
        {
            "start": 816494664,
            "stop": 816498097
        },
        {
            "start": 816498110,
            "stop": 816500113
        },
        {
            "start": 816501988,
            "stop": 816526753
        },
        {
            "start": 816528561,
            "stop": 816535104
        },
        {
            "start": 816535283,
            "stop": 816536299
        },
        {
            "start": 816536300,
            "stop": 816539873
        },
        {
            "start": 816539886,
            "stop": 816540884
        },
        {
            "start": 816541019,
            "stop": 816545843
        },
        {
            "start": 816545855,
            "stop": 816548599
        },
        {
            "start": 816548796,
            "stop": 816562096
        },
        {
            "start": 816562097,
            "stop": 816563169
        },
        {
            "start": 816563411,
            "stop": 816572171
        },
        {
            "start": 816572354,
            "stop": 816575015
        },
        {
            "start": 816575027,
            "stop": 816575975
        },
        {
            "start": 816575987,
            "stop": 816578879
        },
        {
            "start": 816578886,
            "stop": 816594237
        },
        {
            "start": 816594250,
            "stop": 816597523
        },
        {
            "start": 816597704,
            "stop": 816597883
        }
    ]
}