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=4738
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=4739",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4737",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4738,
    "results": [
        {
            "start": 970141365,
            "stop": 970141663
        },
        {
            "start": 970141684,
            "stop": 970141695
        },
        {
            "start": 970141716,
            "stop": 970141864
        },
        {
            "start": 970141867,
            "stop": 970142029
        },
        {
            "start": 970142032,
            "stop": 970142219
        },
        {
            "start": 970142222,
            "stop": 970142290
        },
        {
            "start": 970142293,
            "stop": 970142468
        },
        {
            "start": 970142471,
            "stop": 970142477
        },
        {
            "start": 970142481,
            "stop": 970142612
        },
        {
            "start": 970142615,
            "stop": 970142680
        },
        {
            "start": 970142683,
            "stop": 970143033
        },
        {
            "start": 970143036,
            "stop": 970143100
        },
        {
            "start": 970143103,
            "stop": 970143186
        },
        {
            "start": 970143189,
            "stop": 970143527
        },
        {
            "start": 970143548,
            "stop": 970143619
        },
        {
            "start": 970143640,
            "stop": 970144115
        },
        {
            "start": 970144136,
            "stop": 970144360
        },
        {
            "start": 970144381,
            "stop": 970144423
        },
        {
            "start": 970144444,
            "stop": 970144687
        },
        {
            "start": 970144690,
            "stop": 970144791
        }
    ]
}