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=8344
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=8345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8343",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8344,
    "results": [
        {
            "start": 874578112,
            "stop": 874578527
        },
        {
            "start": 874578576,
            "stop": 874578610
        },
        {
            "start": 874578631,
            "stop": 874578980
        },
        {
            "start": 874579025,
            "stop": 874579075
        },
        {
            "start": 874579096,
            "stop": 874579107
        },
        {
            "start": 874579124,
            "stop": 874579178
        },
        {
            "start": 874579197,
            "stop": 874579876
        },
        {
            "start": 874579895,
            "stop": 874580375
        },
        {
            "start": 874580394,
            "stop": 874580539
        },
        {
            "start": 874580558,
            "stop": 874580631
        },
        {
            "start": 874580664,
            "stop": 874580848
        },
        {
            "start": 874580867,
            "stop": 874581136
        },
        {
            "start": 874581155,
            "stop": 874581254
        },
        {
            "start": 874581277,
            "stop": 874581676
        },
        {
            "start": 874581693,
            "stop": 874581737
        },
        {
            "start": 874581756,
            "stop": 874582119
        },
        {
            "start": 874582137,
            "stop": 874584774
        },
        {
            "start": 874584795,
            "stop": 874585014
        },
        {
            "start": 874585031,
            "stop": 874585570
        },
        {
            "start": 874585587,
            "stop": 874586671
        }
    ]
}