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=4600
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=4601",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4599",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4600,
    "results": [
        {
            "start": 969186810,
            "stop": 969186814
        },
        {
            "start": 969186818,
            "stop": 969186829
        },
        {
            "start": 969186831,
            "stop": 969186914
        },
        {
            "start": 969186915,
            "stop": 969186958
        },
        {
            "start": 969186961,
            "stop": 969186975
        },
        {
            "start": 969186977,
            "stop": 969186980
        },
        {
            "start": 969186985,
            "stop": 969186987
        },
        {
            "start": 969186992,
            "stop": 969187134
        },
        {
            "start": 969187135,
            "stop": 969187139
        },
        {
            "start": 969187142,
            "stop": 969187147
        },
        {
            "start": 969187148,
            "stop": 969187204
        },
        {
            "start": 969187206,
            "stop": 969187218
        },
        {
            "start": 969187219,
            "stop": 969187224
        },
        {
            "start": 969187241,
            "stop": 969187252
        },
        {
            "start": 969187254,
            "stop": 969187255
        },
        {
            "start": 969187261,
            "stop": 969187321
        },
        {
            "start": 969187322,
            "stop": 969187326
        },
        {
            "start": 969187329,
            "stop": 969187333
        },
        {
            "start": 969187335,
            "stop": 969187339
        },
        {
            "start": 969187347,
            "stop": 969187445
        }
    ]
}