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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=896",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=894",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 895,
    "results": [
        {
            "start": 971287660,
            "stop": 971287876
        },
        {
            "start": 971289098,
            "stop": 971289179
        },
        {
            "start": 971289184,
            "stop": 971289654
        },
        {
            "start": 971289660,
            "stop": 971290171
        },
        {
            "start": 971290177,
            "stop": 971290460
        },
        {
            "start": 971290466,
            "stop": 971291625
        },
        {
            "start": 971296535,
            "stop": 971297629
        },
        {
            "start": 971297635,
            "stop": 971297888
        },
        {
            "start": 971297894,
            "stop": 971298048
        },
        {
            "start": 971298054,
            "stop": 971298194
        },
        {
            "start": 971301239,
            "stop": 971301388
        },
        {
            "start": 971301393,
            "stop": 971302292
        },
        {
            "start": 971306850,
            "stop": 971306852
        },
        {
            "start": 971306894,
            "stop": 971307013
        },
        {
            "start": 971307019,
            "stop": 971307026
        },
        {
            "start": 971309223,
            "stop": 971309629
        },
        {
            "start": 971309635,
            "stop": 971309973
        },
        {
            "start": 971309982,
            "stop": 971310016
        },
        {
            "start": 971310022,
            "stop": 971310307
        },
        {
            "start": 971310313,
            "stop": 971310389
        }
    ]
}