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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9107",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9108,
    "results": [
        {
            "start": 874827122,
            "stop": 874827611
        },
        {
            "start": 874827637,
            "stop": 874827699
        },
        {
            "start": 874827716,
            "stop": 874827748
        },
        {
            "start": 874827767,
            "stop": 874827832
        },
        {
            "start": 874827853,
            "stop": 874828372
        },
        {
            "start": 874828448,
            "stop": 874828852
        },
        {
            "start": 874828872,
            "stop": 874828929
        },
        {
            "start": 874828952,
            "stop": 874829415
        },
        {
            "start": 874829434,
            "stop": 874830280
        },
        {
            "start": 874830299,
            "stop": 874830592
        },
        {
            "start": 874830612,
            "stop": 874830766
        },
        {
            "start": 874830786,
            "stop": 874830807
        },
        {
            "start": 874830835,
            "stop": 874831714
        },
        {
            "start": 874831737,
            "stop": 874832134
        },
        {
            "start": 874832151,
            "stop": 874832801
        },
        {
            "start": 874832818,
            "stop": 874832820
        },
        {
            "start": 874832866,
            "stop": 874832895
        },
        {
            "start": 874832912,
            "stop": 874832957
        },
        {
            "start": 874834273,
            "stop": 874834292
        },
        {
            "start": 874834311,
            "stop": 874834345
        }
    ]
}