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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=222",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 223,
    "results": [
        {
            "start": 933933825,
            "stop": 933933830
        },
        {
            "start": 933933835,
            "stop": 933934211
        },
        {
            "start": 933942989,
            "stop": 933943087
        },
        {
            "start": 933943089,
            "stop": 933944530
        },
        {
            "start": 933944535,
            "stop": 933944550
        },
        {
            "start": 933944556,
            "stop": 933944563
        },
        {
            "start": 933944566,
            "stop": 933944580
        },
        {
            "start": 933944582,
            "stop": 933944587
        },
        {
            "start": 933944591,
            "stop": 933944606
        },
        {
            "start": 933944609,
            "stop": 933944612
        },
        {
            "start": 933944616,
            "stop": 933944621
        },
        {
            "start": 933944624,
            "stop": 933944629
        },
        {
            "start": 933944634,
            "stop": 933944722
        },
        {
            "start": 933944724,
            "stop": 933946155
        },
        {
            "start": 933946395,
            "stop": 933947010
        },
        {
            "start": 933947130,
            "stop": 933947764
        },
        {
            "start": 933947784,
            "stop": 933948025
        },
        {
            "start": 933948145,
            "stop": 933948150
        },
        {
            "start": 933948157,
            "stop": 933948161
        },
        {
            "start": 933948166,
            "stop": 933948175
        }
    ]
}