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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=319",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 320,
    "results": [
        {
            "start": 933904989,
            "stop": 933905006
        },
        {
            "start": 933905008,
            "stop": 933905012
        },
        {
            "start": 933905014,
            "stop": 933905029
        },
        {
            "start": 933905033,
            "stop": 933907018
        },
        {
            "start": 933909120,
            "stop": 933912132
        },
        {
            "start": 933912134,
            "stop": 933912155
        },
        {
            "start": 933912157,
            "stop": 933912162
        },
        {
            "start": 933912164,
            "stop": 933912181
        },
        {
            "start": 933912183,
            "stop": 933912213
        },
        {
            "start": 933912215,
            "stop": 933912220
        },
        {
            "start": 933912223,
            "stop": 933912229
        },
        {
            "start": 933912234,
            "stop": 933913203
        },
        {
            "start": 933919242,
            "stop": 933919355
        },
        {
            "start": 933919357,
            "stop": 933919364
        },
        {
            "start": 933919366,
            "stop": 933919413
        },
        {
            "start": 933919416,
            "stop": 933919431
        },
        {
            "start": 933919435,
            "stop": 933922952
        },
        {
            "start": 933922954,
            "stop": 933922955
        },
        {
            "start": 933922957,
            "stop": 933922964
        },
        {
            "start": 933922967,
            "stop": 933922981
        }
    ]
}