Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4997
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4998",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4996",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4997,
    "results": [
        {
            "start": 874521745,
            "stop": 874521754
        },
        {
            "start": 874521764,
            "stop": 874521788
        },
        {
            "start": 874521799,
            "stop": 874521804
        },
        {
            "start": 874521817,
            "stop": 874521871
        },
        {
            "start": 874521881,
            "stop": 874521899
        },
        {
            "start": 874521906,
            "stop": 874521929
        },
        {
            "start": 874521937,
            "stop": 874521942
        },
        {
            "start": 874521949,
            "stop": 874521952
        },
        {
            "start": 874521967,
            "stop": 874521971
        },
        {
            "start": 874521984,
            "stop": 874521995
        },
        {
            "start": 874522002,
            "stop": 874522047
        },
        {
            "start": 874522056,
            "stop": 874522072
        },
        {
            "start": 874522089,
            "stop": 874522130
        },
        {
            "start": 874522138,
            "stop": 874522146
        },
        {
            "start": 874522158,
            "stop": 874522188
        },
        {
            "start": 874522196,
            "stop": 874522243
        },
        {
            "start": 874522250,
            "stop": 874522272
        },
        {
            "start": 874522286,
            "stop": 874522288
        },
        {
            "start": 874522300,
            "stop": 874522345
        },
        {
            "start": 874522352,
            "stop": 874522374
        }
    ]
}