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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9907",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9905",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9906,
    "results": [
        {
            "start": 870898885,
            "stop": 870898979
        },
        {
            "start": 870898987,
            "stop": 870899007
        },
        {
            "start": 870899015,
            "stop": 870899016
        },
        {
            "start": 870899024,
            "stop": 870899032
        },
        {
            "start": 870899040,
            "stop": 870899082
        },
        {
            "start": 870899091,
            "stop": 870899097
        },
        {
            "start": 870899222,
            "stop": 870899274
        },
        {
            "start": 870899403,
            "stop": 870899410
        },
        {
            "start": 870899418,
            "stop": 870899448
        },
        {
            "start": 870899494,
            "stop": 870899528
        },
        {
            "start": 870899536,
            "stop": 870899542
        },
        {
            "start": 870899549,
            "stop": 870899580
        },
        {
            "start": 870899640,
            "stop": 870899669
        },
        {
            "start": 870899678,
            "stop": 870899685
        },
        {
            "start": 870899728,
            "stop": 870899758
        },
        {
            "start": 870899767,
            "stop": 870899774
        },
        {
            "start": 870899813,
            "stop": 870899820
        },
        {
            "start": 870899880,
            "stop": 870899925
        },
        {
            "start": 870899934,
            "stop": 870899959
        },
        {
            "start": 870899995,
            "stop": 870900020
        }
    ]
}