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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4758",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4759,
    "results": [
        {
            "start": 874558740,
            "stop": 874558753
        },
        {
            "start": 874558775,
            "stop": 874558783
        },
        {
            "start": 874558802,
            "stop": 874558820
        },
        {
            "start": 874558848,
            "stop": 874558860
        },
        {
            "start": 874558986,
            "stop": 874559032
        },
        {
            "start": 874559051,
            "stop": 874559100
        },
        {
            "start": 874559299,
            "stop": 874559340
        },
        {
            "start": 874559495,
            "stop": 874559520
        },
        {
            "start": 874559611,
            "stop": 874559628
        },
        {
            "start": 874560123,
            "stop": 874560125
        },
        {
            "start": 874560144,
            "stop": 874560203
        },
        {
            "start": 874560222,
            "stop": 874560239
        },
        {
            "start": 874560375,
            "stop": 874560480
        },
        {
            "start": 874560540,
            "stop": 874560553
        },
        {
            "start": 874560572,
            "stop": 874560591
        },
        {
            "start": 874560631,
            "stop": 874560672
        },
        {
            "start": 874560720,
            "stop": 874560779
        },
        {
            "start": 874560798,
            "stop": 874560832
        },
        {
            "start": 874560900,
            "stop": 874560959
        },
        {
            "start": 874560978,
            "stop": 874561042
        }
    ]
}