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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=550",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=548",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 549,
    "results": [
        {
            "start": 832012676,
            "stop": 832012686
        },
        {
            "start": 832014671,
            "stop": 832017723
        },
        {
            "start": 832018393,
            "stop": 832019063
        },
        {
            "start": 832021111,
            "stop": 832025380
        },
        {
            "start": 832025385,
            "stop": 832029221
        },
        {
            "start": 832031460,
            "stop": 832031806
        },
        {
            "start": 832033346,
            "stop": 832034865
        },
        {
            "start": 832034870,
            "stop": 832035864
        },
        {
            "start": 832035870,
            "stop": 832037114
        },
        {
            "start": 832037119,
            "stop": 832037645
        },
        {
            "start": 832043200,
            "stop": 832043724
        },
        {
            "start": 832049050,
            "stop": 832049760
        },
        {
            "start": 832051213,
            "stop": 832052304
        },
        {
            "start": 832053193,
            "stop": 832054198
        },
        {
            "start": 832055642,
            "stop": 832059913
        },
        {
            "start": 832059920,
            "stop": 832072757
        },
        {
            "start": 832073633,
            "stop": 832082750
        },
        {
            "start": 832083665,
            "stop": 832083782
        },
        {
            "start": 832089285,
            "stop": 832100864
        },
        {
            "start": 832108605,
            "stop": 832109378
        }
    ]
}