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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=365",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 366,
    "results": [
        {
            "start": 818264793,
            "stop": 818264800
        },
        {
            "start": 818264803,
            "stop": 818264813
        },
        {
            "start": 818264816,
            "stop": 818264821
        },
        {
            "start": 818264824,
            "stop": 818264832
        },
        {
            "start": 818264839,
            "stop": 818264841
        },
        {
            "start": 818264844,
            "stop": 818264848
        },
        {
            "start": 818264854,
            "stop": 818264857
        },
        {
            "start": 818264860,
            "stop": 818264865
        },
        {
            "start": 818264868,
            "stop": 818264885
        },
        {
            "start": 818264889,
            "stop": 818264895
        },
        {
            "start": 818264899,
            "stop": 818264921
        },
        {
            "start": 818264925,
            "stop": 818264927
        },
        {
            "start": 818264935,
            "stop": 818264940
        },
        {
            "start": 818264943,
            "stop": 818264945
        },
        {
            "start": 818264950,
            "stop": 818264952
        },
        {
            "start": 818264957,
            "stop": 818264958
        },
        {
            "start": 818264964,
            "stop": 818264977
        },
        {
            "start": 818264981,
            "stop": 818264989
        },
        {
            "start": 818264992,
            "stop": 818264997
        },
        {
            "start": 818265007,
            "stop": 818265009
        }
    ]
}