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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5346",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5344",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5345,
    "results": [
        {
            "start": 971290298,
            "stop": 971290301
        },
        {
            "start": 971290304,
            "stop": 971290310
        },
        {
            "start": 971290313,
            "stop": 971290367
        },
        {
            "start": 971290370,
            "stop": 971290452
        },
        {
            "start": 971290470,
            "stop": 971290735
        },
        {
            "start": 971290738,
            "stop": 971291001
        },
        {
            "start": 971291004,
            "stop": 971291103
        },
        {
            "start": 971291106,
            "stop": 971291221
        },
        {
            "start": 971291224,
            "stop": 971291274
        },
        {
            "start": 971291277,
            "stop": 971291406
        },
        {
            "start": 971291410,
            "stop": 971291583
        },
        {
            "start": 971291586,
            "stop": 971291610
        },
        {
            "start": 971291616,
            "stop": 971291618
        },
        {
            "start": 971296535,
            "stop": 971296538
        },
        {
            "start": 971296598,
            "stop": 971296658
        },
        {
            "start": 971296778,
            "stop": 971296783
        },
        {
            "start": 971296786,
            "stop": 971296838
        },
        {
            "start": 971296898,
            "stop": 971296958
        },
        {
            "start": 971297018,
            "stop": 971297221
        },
        {
            "start": 971297224,
            "stop": 971297226
        }
    ]
}