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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40583",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40581",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40582,
    "results": [
        {
            "start": 874855784,
            "stop": 874855805
        },
        {
            "start": 874855806,
            "stop": 874855913
        },
        {
            "start": 874855914,
            "stop": 874855982
        },
        {
            "start": 874855984,
            "stop": 874856040
        },
        {
            "start": 874856041,
            "stop": 874856050
        },
        {
            "start": 874856051,
            "stop": 874856104
        },
        {
            "start": 874856106,
            "stop": 874856109
        },
        {
            "start": 874856110,
            "stop": 874856118
        },
        {
            "start": 874856119,
            "stop": 874856146
        },
        {
            "start": 874856148,
            "stop": 874856168
        },
        {
            "start": 874856170,
            "stop": 874856220
        },
        {
            "start": 874856280,
            "stop": 874856303
        },
        {
            "start": 874856304,
            "stop": 874856469
        },
        {
            "start": 874856470,
            "stop": 874856496
        },
        {
            "start": 874856497,
            "stop": 874856598
        },
        {
            "start": 874856599,
            "stop": 874856643
        },
        {
            "start": 874856644,
            "stop": 874856649
        },
        {
            "start": 874856650,
            "stop": 874856689
        },
        {
            "start": 874856691,
            "stop": 874856704
        },
        {
            "start": 874856705,
            "stop": 874856741
        }
    ]
}