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=453
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=454",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=452",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 453,
    "results": [
        {
            "start": 946415770,
            "stop": 946422970
        },
        {
            "start": 946427047,
            "stop": 946436282
        },
        {
            "start": 946439489,
            "stop": 946446978
        },
        {
            "start": 946457753,
            "stop": 946457917
        },
        {
            "start": 946462986,
            "stop": 946470983
        },
        {
            "start": 946495349,
            "stop": 946515156
        },
        {
            "start": 946518234,
            "stop": 946523248
        },
        {
            "start": 946528052,
            "stop": 946544317
        },
        {
            "start": 946544318,
            "stop": 946544319
        },
        {
            "start": 946544320,
            "stop": 946548473
        },
        {
            "start": 946551509,
            "stop": 946557684
        },
        {
            "start": 946559688,
            "stop": 946564856
        },
        {
            "start": 946564857,
            "stop": 946564858
        },
        {
            "start": 946564859,
            "stop": 946578528
        },
        {
            "start": 946580738,
            "stop": 946586792
        },
        {
            "start": 946589828,
            "stop": 946594197
        },
        {
            "start": 946604804,
            "stop": 946609147
        },
        {
            "start": 946610200,
            "stop": 946621984
        },
        {
            "start": 946623931,
            "stop": 946635377
        },
        {
            "start": 946642518,
            "stop": 946650404
        }
    ]
}