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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=94",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 95,
    "results": [
        {
            "start": 816912357,
            "stop": 816912403
        },
        {
            "start": 816912471,
            "stop": 816912480
        },
        {
            "start": 816912540,
            "stop": 816912573
        },
        {
            "start": 816912681,
            "stop": 816912737
        },
        {
            "start": 816912778,
            "stop": 816912823
        },
        {
            "start": 816912869,
            "stop": 816912888
        },
        {
            "start": 816912924,
            "stop": 816913063
        },
        {
            "start": 816913200,
            "stop": 816913212
        },
        {
            "start": 816913235,
            "stop": 816913254
        },
        {
            "start": 816914510,
            "stop": 816914535
        },
        {
            "start": 816914560,
            "stop": 816914592
        },
        {
            "start": 816914628,
            "stop": 816914658
        },
        {
            "start": 816914677,
            "stop": 816914698
        },
        {
            "start": 816914831,
            "stop": 816914839
        },
        {
            "start": 816914883,
            "stop": 816915029
        },
        {
            "start": 816915096,
            "stop": 816915123
        },
        {
            "start": 816915144,
            "stop": 816915229
        },
        {
            "start": 816915293,
            "stop": 816915365
        },
        {
            "start": 816915393,
            "stop": 816915427
        },
        {
            "start": 816915448,
            "stop": 816915551
        }
    ]
}