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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8377",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8378,
    "results": [
        {
            "start": 874825446,
            "stop": 874825920
        },
        {
            "start": 874825980,
            "stop": 874826148
        },
        {
            "start": 874826170,
            "stop": 874826315
        },
        {
            "start": 874826334,
            "stop": 874826580
        },
        {
            "start": 874826640,
            "stop": 874826820
        },
        {
            "start": 874826880,
            "stop": 874827060
        },
        {
            "start": 874827122,
            "stop": 874827540
        },
        {
            "start": 874827600,
            "stop": 874827611
        },
        {
            "start": 874827637,
            "stop": 874827699
        },
        {
            "start": 874827716,
            "stop": 874827748
        },
        {
            "start": 874827767,
            "stop": 874827832
        },
        {
            "start": 874827853,
            "stop": 874827900
        },
        {
            "start": 874827960,
            "stop": 874828372
        },
        {
            "start": 874828448,
            "stop": 874828852
        },
        {
            "start": 874828872,
            "stop": 874828929
        },
        {
            "start": 874828952,
            "stop": 874828980
        },
        {
            "start": 874829040,
            "stop": 874829415
        },
        {
            "start": 874829434,
            "stop": 874829880
        },
        {
            "start": 874829940,
            "stop": 874830280
        },
        {
            "start": 874830299,
            "stop": 874830592
        }
    ]
}