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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4021",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4019",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4020,
    "results": [
        {
            "start": 874838214,
            "stop": 874838220
        },
        {
            "start": 874838223,
            "stop": 874838225
        },
        {
            "start": 874838228,
            "stop": 874838231
        },
        {
            "start": 874838234,
            "stop": 874838245
        },
        {
            "start": 874838250,
            "stop": 874838251
        },
        {
            "start": 874838257,
            "stop": 874838259
        },
        {
            "start": 874838264,
            "stop": 874838337
        },
        {
            "start": 874838341,
            "stop": 874838349
        },
        {
            "start": 874838352,
            "stop": 874839046
        },
        {
            "start": 874839049,
            "stop": 874839702
        },
        {
            "start": 874839705,
            "stop": 874842777
        },
        {
            "start": 874842781,
            "stop": 874842807
        },
        {
            "start": 874842810,
            "stop": 874842811
        },
        {
            "start": 874842814,
            "stop": 874842820
        },
        {
            "start": 874842823,
            "stop": 874842827
        },
        {
            "start": 874842830,
            "stop": 874842837
        },
        {
            "start": 874842840,
            "stop": 874842843
        },
        {
            "start": 874842846,
            "stop": 874843269
        },
        {
            "start": 874843272,
            "stop": 874843302
        },
        {
            "start": 874843305,
            "stop": 874845380
        }
    ]
}