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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=106",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 107,
    "results": [
        {
            "start": 816938348,
            "stop": 816938421
        },
        {
            "start": 816938440,
            "stop": 816938486
        },
        {
            "start": 816938507,
            "stop": 816938520
        },
        {
            "start": 816938608,
            "stop": 816938614
        },
        {
            "start": 816938678,
            "stop": 816938702
        },
        {
            "start": 816938747,
            "stop": 816938812
        },
        {
            "start": 816938908,
            "stop": 816938918
        },
        {
            "start": 816938961,
            "stop": 816938967
        },
        {
            "start": 816938999,
            "stop": 816939032
        },
        {
            "start": 816939074,
            "stop": 816939087
        },
        {
            "start": 816939116,
            "stop": 816939186
        },
        {
            "start": 816939270,
            "stop": 816939293
        },
        {
            "start": 816939314,
            "stop": 816939358
        },
        {
            "start": 816939387,
            "stop": 816939452
        },
        {
            "start": 816939486,
            "stop": 816939517
        },
        {
            "start": 816939561,
            "stop": 816939615
        },
        {
            "start": 816939636,
            "stop": 816939735
        },
        {
            "start": 816939802,
            "stop": 816939823
        },
        {
            "start": 816939852,
            "stop": 816939899
        },
        {
            "start": 816940035,
            "stop": 816940050
        }
    ]
}