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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3451",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3449",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3450,
    "results": [
        {
            "start": 969835280,
            "stop": 969835469
        },
        {
            "start": 969835472,
            "stop": 969835580
        },
        {
            "start": 969835583,
            "stop": 969835675
        },
        {
            "start": 969835696,
            "stop": 969835787
        },
        {
            "start": 969835847,
            "stop": 969836575
        },
        {
            "start": 969836578,
            "stop": 969836713
        },
        {
            "start": 969836734,
            "stop": 969836759
        },
        {
            "start": 969836762,
            "stop": 969836795
        },
        {
            "start": 969836796,
            "stop": 969836987
        },
        {
            "start": 969836993,
            "stop": 969837009
        },
        {
            "start": 969839325,
            "stop": 969840053
        },
        {
            "start": 969840056,
            "stop": 969840104
        },
        {
            "start": 969840107,
            "stop": 969840574
        },
        {
            "start": 969840577,
            "stop": 969840869
        },
        {
            "start": 969840872,
            "stop": 969841857
        },
        {
            "start": 969841860,
            "stop": 969841988
        },
        {
            "start": 969841991,
            "stop": 969842159
        },
        {
            "start": 969842162,
            "stop": 969842211
        },
        {
            "start": 969842214,
            "stop": 969843296
        },
        {
            "start": 969843299,
            "stop": 969843400
        }
    ]
}