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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=456",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=454",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 455,
    "results": [
        {
            "start": 1261814494,
            "stop": 1261814780
        },
        {
            "start": 1261814783,
            "stop": 1261816005
        },
        {
            "start": 1261816008,
            "stop": 1261816519
        },
        {
            "start": 1261816522,
            "stop": 1261817909
        },
        {
            "start": 1261817912,
            "stop": 1261822025
        },
        {
            "start": 1261822028,
            "stop": 1261823057
        },
        {
            "start": 1261823065,
            "stop": 1261826906
        },
        {
            "start": 1261826909,
            "stop": 1261827046
        },
        {
            "start": 1261827049,
            "stop": 1261827198
        },
        {
            "start": 1261827201,
            "stop": 1261827222
        },
        {
            "start": 1261827225,
            "stop": 1261828598
        },
        {
            "start": 1261965623,
            "stop": 1261965933
        },
        {
            "start": 1261965981,
            "stop": 1261967330
        },
        {
            "start": 1261967333,
            "stop": 1261967543
        },
        {
            "start": 1261967546,
            "stop": 1261970538
        },
        {
            "start": 1261970541,
            "stop": 1261973936
        },
        {
            "start": 1261973938,
            "stop": 1261974905
        },
        {
            "start": 1261974908,
            "stop": 1261975117
        },
        {
            "start": 1261975120,
            "stop": 1261975333
        },
        {
            "start": 1261975336,
            "stop": 1261975363
        }
    ]
}