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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4115",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4116,
    "results": [
        {
            "start": 874238885,
            "stop": 874238897
        },
        {
            "start": 874238916,
            "stop": 874238945
        },
        {
            "start": 874238964,
            "stop": 874239185
        },
        {
            "start": 874239215,
            "stop": 874239358
        },
        {
            "start": 874239377,
            "stop": 874239498
        },
        {
            "start": 874239518,
            "stop": 874239567
        },
        {
            "start": 874239594,
            "stop": 874239612
        },
        {
            "start": 874239631,
            "stop": 874239632
        },
        {
            "start": 874239666,
            "stop": 874239723
        },
        {
            "start": 874239759,
            "stop": 874239796
        },
        {
            "start": 874239815,
            "stop": 874240024
        },
        {
            "start": 874240048,
            "stop": 874240176
        },
        {
            "start": 874240195,
            "stop": 874240258
        },
        {
            "start": 874240277,
            "stop": 874240499
        },
        {
            "start": 874240518,
            "stop": 874240647
        },
        {
            "start": 874240670,
            "stop": 874240677
        },
        {
            "start": 874240709,
            "stop": 874240715
        },
        {
            "start": 874240738,
            "stop": 874240763
        },
        {
            "start": 874240808,
            "stop": 874241024
        },
        {
            "start": 874241048,
            "stop": 874241066
        }
    ]
}