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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4532",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4530",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4531,
    "results": [
        {
            "start": 968608188,
            "stop": 968608299
        },
        {
            "start": 968608303,
            "stop": 968608335
        },
        {
            "start": 968608342,
            "stop": 968608380
        },
        {
            "start": 968608384,
            "stop": 968608457
        },
        {
            "start": 968608460,
            "stop": 968608571
        },
        {
            "start": 968608576,
            "stop": 968608585
        },
        {
            "start": 968608588,
            "stop": 968608629
        },
        {
            "start": 968608632,
            "stop": 968608764
        },
        {
            "start": 968608767,
            "stop": 968608793
        },
        {
            "start": 968608796,
            "stop": 968608800
        },
        {
            "start": 968608806,
            "stop": 968608862
        },
        {
            "start": 968608865,
            "stop": 968608891
        },
        {
            "start": 968608895,
            "stop": 968609082
        },
        {
            "start": 968609086,
            "stop": 968609106
        },
        {
            "start": 968609111,
            "stop": 968609137
        },
        {
            "start": 968609140,
            "stop": 968609159
        },
        {
            "start": 968609162,
            "stop": 968609169
        },
        {
            "start": 968609172,
            "stop": 968609317
        },
        {
            "start": 968609320,
            "stop": 968609914
        },
        {
            "start": 968609917,
            "stop": 968610214
        }
    ]
}