Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8361
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=8362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8360",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8361,
    "results": [
        {
            "start": 874699199,
            "stop": 874699212
        },
        {
            "start": 874699332,
            "stop": 874699339
        },
        {
            "start": 874699356,
            "stop": 874699365
        },
        {
            "start": 874699390,
            "stop": 874699470
        },
        {
            "start": 874699487,
            "stop": 874699635
        },
        {
            "start": 874699652,
            "stop": 874699657
        },
        {
            "start": 874699680,
            "stop": 874700110
        },
        {
            "start": 874700127,
            "stop": 874700188
        },
        {
            "start": 874703042,
            "stop": 874703043
        },
        {
            "start": 874703128,
            "stop": 874703133
        },
        {
            "start": 874703150,
            "stop": 874703189
        },
        {
            "start": 874703206,
            "stop": 874703213
        },
        {
            "start": 874703230,
            "stop": 874703243
        },
        {
            "start": 874703260,
            "stop": 874703288
        },
        {
            "start": 874703307,
            "stop": 874703313
        },
        {
            "start": 874703354,
            "stop": 874703358
        },
        {
            "start": 874703375,
            "stop": 874703381
        },
        {
            "start": 874703398,
            "stop": 874703429
        },
        {
            "start": 874703446,
            "stop": 874703887
        },
        {
            "start": 874703904,
            "stop": 874704693
        }
    ]
}