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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=194",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 195,
    "results": [
        {
            "start": 933040707,
            "stop": 933040714
        },
        {
            "start": 933040733,
            "stop": 933040784
        },
        {
            "start": 933040805,
            "stop": 933040850
        },
        {
            "start": 933040869,
            "stop": 933040885
        },
        {
            "start": 933041001,
            "stop": 933041014
        },
        {
            "start": 933041039,
            "stop": 933041049
        },
        {
            "start": 933041147,
            "stop": 933041151
        },
        {
            "start": 933041300,
            "stop": 933041327
        },
        {
            "start": 933041360,
            "stop": 933041366
        },
        {
            "start": 933041391,
            "stop": 933041393
        },
        {
            "start": 933041661,
            "stop": 933041674
        },
        {
            "start": 933041706,
            "stop": 933041756
        },
        {
            "start": 933041919,
            "stop": 933042035
        },
        {
            "start": 933042040,
            "stop": 933042238
        },
        {
            "start": 933042243,
            "stop": 933042329
        },
        {
            "start": 933042586,
            "stop": 933042946
        },
        {
            "start": 933042965,
            "stop": 933043145
        },
        {
            "start": 933043174,
            "stop": 933043187
        },
        {
            "start": 933043219,
            "stop": 933043359
        },
        {
            "start": 933043380,
            "stop": 933043381
        }
    ]
}