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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=268",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 269,
    "results": [
        {
            "start": 820538638,
            "stop": 820538789
        },
        {
            "start": 820538792,
            "stop": 820539290
        },
        {
            "start": 820540618,
            "stop": 820540997
        },
        {
            "start": 820541058,
            "stop": 820541307
        },
        {
            "start": 820541310,
            "stop": 820541693
        },
        {
            "start": 820541697,
            "stop": 820542482
        },
        {
            "start": 820542485,
            "stop": 820542489
        },
        {
            "start": 820542492,
            "stop": 820543154
        },
        {
            "start": 820543158,
            "stop": 820543386
        },
        {
            "start": 820543389,
            "stop": 820544469
        },
        {
            "start": 820545542,
            "stop": 820546848
        },
        {
            "start": 820546851,
            "stop": 820547323
        },
        {
            "start": 820547326,
            "stop": 820547872
        },
        {
            "start": 820547904,
            "stop": 820549260
        },
        {
            "start": 820549263,
            "stop": 820549510
        },
        {
            "start": 820549514,
            "stop": 820549600
        },
        {
            "start": 820549604,
            "stop": 820550130
        },
        {
            "start": 820550133,
            "stop": 820550301
        },
        {
            "start": 820550304,
            "stop": 820550665
        },
        {
            "start": 820550668,
            "stop": 820551280
        }
    ]
}