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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=151",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 152,
    "results": [
        {
            "start": 837514601,
            "stop": 837514771
        },
        {
            "start": 837514773,
            "stop": 837515437
        },
        {
            "start": 837515439,
            "stop": 837515513
        },
        {
            "start": 837516333,
            "stop": 837516925
        },
        {
            "start": 837516927,
            "stop": 837516936
        },
        {
            "start": 837517796,
            "stop": 837523986
        },
        {
            "start": 837524883,
            "stop": 837524967
        },
        {
            "start": 837525262,
            "stop": 837541647
        },
        {
            "start": 837541856,
            "stop": 837547895
        },
        {
            "start": 837548195,
            "stop": 837548210
        },
        {
            "start": 837548510,
            "stop": 837549125
        },
        {
            "start": 837549632,
            "stop": 837552135
        },
        {
            "start": 837576112,
            "stop": 837579731
        },
        {
            "start": 837580031,
            "stop": 837597769
        },
        {
            "start": 837597770,
            "stop": 837600176
        },
        {
            "start": 837601271,
            "stop": 837601403
        },
        {
            "start": 837602290,
            "stop": 837628299
        },
        {
            "start": 837629815,
            "stop": 837636308
        },
        {
            "start": 837637517,
            "stop": 837641667
        },
        {
            "start": 837642801,
            "stop": 837644023
        }
    ]
}