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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=186",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 187,
    "results": [
        {
            "start": 837743473,
            "stop": 837766509
        },
        {
            "start": 837767310,
            "stop": 837778253
        },
        {
            "start": 837779093,
            "stop": 837782955
        },
        {
            "start": 837782957,
            "stop": 837783937
        },
        {
            "start": 837783938,
            "stop": 837785385
        },
        {
            "start": 837785386,
            "stop": 837785616
        },
        {
            "start": 837785733,
            "stop": 837787255
        },
        {
            "start": 837788519,
            "stop": 837788551
        },
        {
            "start": 837788553,
            "stop": 837788869
        },
        {
            "start": 837790232,
            "stop": 837790234
        },
        {
            "start": 837790240,
            "stop": 837790244
        },
        {
            "start": 837790247,
            "stop": 837790254
        },
        {
            "start": 837790266,
            "stop": 837792520
        },
        {
            "start": 837792523,
            "stop": 837792822
        },
        {
            "start": 837792826,
            "stop": 837792835
        },
        {
            "start": 837792838,
            "stop": 837792842
        },
        {
            "start": 837792845,
            "stop": 837792851
        },
        {
            "start": 837792856,
            "stop": 837792867
        },
        {
            "start": 837792870,
            "stop": 837792988
        },
        {
            "start": 837792989,
            "stop": 837797030
        }
    ]
}