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_CAT3/segments?format=api&page=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=97",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 98,
    "results": [
        {
            "start": 816912778,
            "stop": 816912823
        },
        {
            "start": 816912869,
            "stop": 816912888
        },
        {
            "start": 816912924,
            "stop": 816913063
        },
        {
            "start": 816913151,
            "stop": 816913212
        },
        {
            "start": 816913235,
            "stop": 816913254
        },
        {
            "start": 816914510,
            "stop": 816914535
        },
        {
            "start": 816914560,
            "stop": 816914592
        },
        {
            "start": 816914628,
            "stop": 816914658
        },
        {
            "start": 816914677,
            "stop": 816914698
        },
        {
            "start": 816914776,
            "stop": 816914786
        },
        {
            "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
        },
        {
            "start": 816915605,
            "stop": 816915617
        },
        {
            "start": 816915637,
            "stop": 816915715
        },
        {
            "start": 816915735,
            "stop": 816915809
        }
    ]
}