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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=40",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 41,
    "results": [
        {
            "start": 822446930,
            "stop": 822447064
        },
        {
            "start": 822447144,
            "stop": 822447255
        },
        {
            "start": 822447352,
            "stop": 822460884
        },
        {
            "start": 822460917,
            "stop": 822463723
        },
        {
            "start": 822463758,
            "stop": 822472109
        },
        {
            "start": 822472252,
            "stop": 822475205
        },
        {
            "start": 822475354,
            "stop": 822476180
        },
        {
            "start": 822476368,
            "stop": 822477431
        },
        {
            "start": 822477640,
            "stop": 822478000
        },
        {
            "start": 822478157,
            "stop": 822478319
        },
        {
            "start": 822478491,
            "stop": 822478768
        },
        {
            "start": 822480318,
            "stop": 822482390
        },
        {
            "start": 822483124,
            "stop": 822483303
        },
        {
            "start": 822486746,
            "stop": 822486766
        },
        {
            "start": 822486894,
            "stop": 822487182
        },
        {
            "start": 822487304,
            "stop": 822487617
        },
        {
            "start": 822487724,
            "stop": 822488963
        },
        {
            "start": 822489181,
            "stop": 822489729
        },
        {
            "start": 822489874,
            "stop": 822491970
        },
        {
            "start": 822492074,
            "stop": 822494011
        }
    ]
}