Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=59
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=58",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 59,
    "results": [
        {
            "start": 822291415,
            "stop": 822323903
        },
        {
            "start": 822324559,
            "stop": 822327347
        },
        {
            "start": 822347152,
            "stop": 822347752
        },
        {
            "start": 822347940,
            "stop": 822352995
        },
        {
            "start": 822354068,
            "stop": 822355636
        },
        {
            "start": 822355848,
            "stop": 822357755
        },
        {
            "start": 822358353,
            "stop": 822375834
        },
        {
            "start": 822376464,
            "stop": 822382929
        },
        {
            "start": 822383485,
            "stop": 822385926
        },
        {
            "start": 822387570,
            "stop": 822394003
        },
        {
            "start": 822394323,
            "stop": 822395929
        },
        {
            "start": 822396329,
            "stop": 822413327
        },
        {
            "start": 822413967,
            "stop": 822417148
        },
        {
            "start": 822424153,
            "stop": 822424183
        },
        {
            "start": 822424185,
            "stop": 822424238
        },
        {
            "start": 822424242,
            "stop": 822424261
        },
        {
            "start": 822424263,
            "stop": 822424785
        },
        {
            "start": 822425584,
            "stop": 822425820
        },
        {
            "start": 822426220,
            "stop": 822426365
        },
        {
            "start": 822426685,
            "stop": 822426990
        }
    ]
}