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=14639
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=14640",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14638",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14639,
    "results": [
        {
            "start": 971164950,
            "stop": 971164951
        },
        {
            "start": 971164954,
            "stop": 971164955
        },
        {
            "start": 971164957,
            "stop": 971164959
        },
        {
            "start": 971164961,
            "stop": 971164963
        },
        {
            "start": 971164968,
            "stop": 971164970
        },
        {
            "start": 971164972,
            "stop": 971164974
        },
        {
            "start": 971164976,
            "stop": 971164977
        },
        {
            "start": 971164980,
            "stop": 971164982
        },
        {
            "start": 971164989,
            "stop": 971164996
        },
        {
            "start": 971165001,
            "stop": 971165005
        },
        {
            "start": 971165006,
            "stop": 971165007
        },
        {
            "start": 971165009,
            "stop": 971165017
        },
        {
            "start": 971165019,
            "stop": 971165020
        },
        {
            "start": 971165021,
            "stop": 971165022
        },
        {
            "start": 971165029,
            "stop": 971165032
        },
        {
            "start": 971165034,
            "stop": 971165039
        },
        {
            "start": 971165050,
            "stop": 971165051
        },
        {
            "start": 971165055,
            "stop": 971165061
        },
        {
            "start": 971165064,
            "stop": 971165067
        },
        {
            "start": 971165069,
            "stop": 971165073
        }
    ]
}