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/O4b/timelines/H1_BURST_CAT2/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/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=186",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 187,
    "results": [
        {
            "start": 1421497523,
            "stop": 1421500801
        },
        {
            "start": 1421500806,
            "stop": 1421502871
        },
        {
            "start": 1421502876,
            "stop": 1421502928
        },
        {
            "start": 1421507560,
            "stop": 1421508148
        },
        {
            "start": 1421538568,
            "stop": 1421539017
        },
        {
            "start": 1421539022,
            "stop": 1421539251
        },
        {
            "start": 1421539262,
            "stop": 1421544333
        },
        {
            "start": 1421544337,
            "stop": 1421545331
        },
        {
            "start": 1421552616,
            "stop": 1421556711
        },
        {
            "start": 1421556716,
            "stop": 1421556794
        },
        {
            "start": 1421556798,
            "stop": 1421558031
        },
        {
            "start": 1421558036,
            "stop": 1421559059
        },
        {
            "start": 1421559064,
            "stop": 1421563227
        },
        {
            "start": 1421563232,
            "stop": 1421566145
        },
        {
            "start": 1421566239,
            "stop": 1421586542
        },
        {
            "start": 1421586547,
            "stop": 1421590094
        },
        {
            "start": 1421590099,
            "stop": 1421594340
        },
        {
            "start": 1421594344,
            "stop": 1421597484
        },
        {
            "start": 1421597489,
            "stop": 1421599060
        },
        {
            "start": 1421619359,
            "stop": 1421619734
        }
    ]
}