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=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=195",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 196,
    "results": [
        {
            "start": 933054398,
            "stop": 933054416
        },
        {
            "start": 933054542,
            "stop": 933054608
        },
        {
            "start": 933054629,
            "stop": 933054643
        },
        {
            "start": 933054662,
            "stop": 933054891
        },
        {
            "start": 933054896,
            "stop": 933054924
        },
        {
            "start": 933054998,
            "stop": 933055350
        },
        {
            "start": 933055369,
            "stop": 933055435
        },
        {
            "start": 933055455,
            "stop": 933055470
        },
        {
            "start": 933055489,
            "stop": 933055533
        },
        {
            "start": 933055555,
            "stop": 933055736
        },
        {
            "start": 933055756,
            "stop": 933055806
        },
        {
            "start": 933055832,
            "stop": 933055835
        },
        {
            "start": 933055856,
            "stop": 933055883
        },
        {
            "start": 933055910,
            "stop": 933056045
        },
        {
            "start": 933056104,
            "stop": 933056224
        },
        {
            "start": 933056255,
            "stop": 933056347
        },
        {
            "start": 933056391,
            "stop": 933056420
        },
        {
            "start": 933056440,
            "stop": 933056524
        },
        {
            "start": 933056547,
            "stop": 933056634
        },
        {
            "start": 933056684,
            "stop": 933056932
        }
    ]
}