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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=361",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 362,
    "results": [
        {
            "start": 829347434,
            "stop": 829347462
        },
        {
            "start": 829347464,
            "stop": 829347475
        },
        {
            "start": 829347477,
            "stop": 829347598
        },
        {
            "start": 829347600,
            "stop": 829347629
        },
        {
            "start": 829347631,
            "stop": 829347647
        },
        {
            "start": 829347649,
            "stop": 829347820
        },
        {
            "start": 829347822,
            "stop": 829347844
        },
        {
            "start": 829347846,
            "stop": 829348248
        },
        {
            "start": 829348250,
            "stop": 829348745
        },
        {
            "start": 829348747,
            "stop": 829349070
        },
        {
            "start": 829349130,
            "stop": 829349138
        },
        {
            "start": 829349248,
            "stop": 829350952
        },
        {
            "start": 829352830,
            "stop": 829355310
        },
        {
            "start": 829355370,
            "stop": 829363249
        },
        {
            "start": 829363549,
            "stop": 829366985
        },
        {
            "start": 829366990,
            "stop": 829367017
        },
        {
            "start": 829367023,
            "stop": 829377449
        },
        {
            "start": 829377526,
            "stop": 829380213
        },
        {
            "start": 829384466,
            "stop": 829395385
        },
        {
            "start": 829403334,
            "stop": 829403335
        }
    ]
}