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=1793
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=1794",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1792",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1793,
    "results": [
        {
            "start": 1249669470,
            "stop": 1249669681
        },
        {
            "start": 1249669684,
            "stop": 1249669686
        },
        {
            "start": 1249669694,
            "stop": 1249669966
        },
        {
            "start": 1249669969,
            "stop": 1249670791
        },
        {
            "start": 1249670794,
            "stop": 1249671536
        },
        {
            "start": 1249671539,
            "stop": 1249671617
        },
        {
            "start": 1249671620,
            "stop": 1249672111
        },
        {
            "start": 1249672114,
            "stop": 1249673982
        },
        {
            "start": 1249673988,
            "stop": 1249673997
        },
        {
            "start": 1249674000,
            "stop": 1249674159
        },
        {
            "start": 1249674162,
            "stop": 1249674565
        },
        {
            "start": 1249674568,
            "stop": 1249674907
        },
        {
            "start": 1249674910,
            "stop": 1249675119
        },
        {
            "start": 1249675122,
            "stop": 1249675819
        },
        {
            "start": 1249675822,
            "stop": 1249676547
        },
        {
            "start": 1249676551,
            "stop": 1249676929
        },
        {
            "start": 1249676932,
            "stop": 1249678316
        },
        {
            "start": 1249678319,
            "stop": 1249678321
        },
        {
            "start": 1249678322,
            "stop": 1249678690
        },
        {
            "start": 1249678691,
            "stop": 1249678694
        }
    ]
}