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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=3",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 4,
    "results": [
        {
            "start": 815495001,
            "stop": 815495049
        },
        {
            "start": 815495058,
            "stop": 815495145
        },
        {
            "start": 815495152,
            "stop": 815495204
        },
        {
            "start": 815495212,
            "stop": 815495334
        },
        {
            "start": 815495341,
            "stop": 815495350
        },
        {
            "start": 815495358,
            "stop": 815495367
        },
        {
            "start": 815495374,
            "stop": 815495379
        },
        {
            "start": 815495387,
            "stop": 815495390
        },
        {
            "start": 815495470,
            "stop": 815495499
        },
        {
            "start": 815495506,
            "stop": 815495510
        },
        {
            "start": 815495518,
            "stop": 815495519
        },
        {
            "start": 815495526,
            "stop": 815495541
        },
        {
            "start": 815495550,
            "stop": 815495625
        },
        {
            "start": 815495633,
            "stop": 815495687
        },
        {
            "start": 815495695,
            "stop": 815495732
        },
        {
            "start": 815495740,
            "stop": 815495786
        },
        {
            "start": 815495790,
            "stop": 815495893
        },
        {
            "start": 815495900,
            "stop": 815495901
        },
        {
            "start": 815495908,
            "stop": 815495913
        },
        {
            "start": 815495920,
            "stop": 815495932
        }
    ]
}