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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14759",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14757",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14758,
    "results": [
        {
            "start": 971180819,
            "stop": 971180825
        },
        {
            "start": 971180827,
            "stop": 971180828
        },
        {
            "start": 971180831,
            "stop": 971180832
        },
        {
            "start": 971180833,
            "stop": 971180841
        },
        {
            "start": 971180842,
            "stop": 971180844
        },
        {
            "start": 971180852,
            "stop": 971180865
        },
        {
            "start": 971180867,
            "stop": 971180871
        },
        {
            "start": 971180873,
            "stop": 971180874
        },
        {
            "start": 971180876,
            "stop": 971180877
        },
        {
            "start": 971180883,
            "stop": 971180884
        },
        {
            "start": 971180886,
            "stop": 971180887
        },
        {
            "start": 971180888,
            "stop": 971180890
        },
        {
            "start": 971180894,
            "stop": 971180902
        },
        {
            "start": 971180905,
            "stop": 971180906
        },
        {
            "start": 971180909,
            "stop": 971180910
        },
        {
            "start": 971180912,
            "stop": 971180918
        },
        {
            "start": 971180919,
            "stop": 971180920
        },
        {
            "start": 971180921,
            "stop": 971180925
        },
        {
            "start": 971180926,
            "stop": 971180927
        },
        {
            "start": 971180929,
            "stop": 971180932
        }
    ]
}