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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1808",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1806",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1807,
    "results": [
        {
            "start": 1249846223,
            "stop": 1249846227
        },
        {
            "start": 1249846228,
            "stop": 1249846233
        },
        {
            "start": 1249846234,
            "stop": 1249846236
        },
        {
            "start": 1249846241,
            "stop": 1249846423
        },
        {
            "start": 1249846426,
            "stop": 1249847058
        },
        {
            "start": 1249852862,
            "stop": 1249854687
        },
        {
            "start": 1249871825,
            "stop": 1249872957
        },
        {
            "start": 1249872961,
            "stop": 1249873303
        },
        {
            "start": 1249873306,
            "stop": 1249873819
        },
        {
            "start": 1249873822,
            "stop": 1249874119
        },
        {
            "start": 1249874122,
            "stop": 1249875045
        },
        {
            "start": 1249875046,
            "stop": 1249875102
        },
        {
            "start": 1249875105,
            "stop": 1249876183
        },
        {
            "start": 1249876186,
            "stop": 1249876255
        },
        {
            "start": 1249876256,
            "stop": 1249880145
        },
        {
            "start": 1249880147,
            "stop": 1249881718
        },
        {
            "start": 1250017379,
            "stop": 1250018746
        },
        {
            "start": 1250018749,
            "stop": 1250019877
        },
        {
            "start": 1250019883,
            "stop": 1250019902
        },
        {
            "start": 1250019903,
            "stop": 1250019906
        }
    ]
}