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=1874
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=1875",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1873",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1874,
    "results": [
        {
            "start": 1250919842,
            "stop": 1250920053
        },
        {
            "start": 1250920062,
            "stop": 1250922337
        },
        {
            "start": 1250922340,
            "stop": 1250922745
        },
        {
            "start": 1250922748,
            "stop": 1250924794
        },
        {
            "start": 1250924796,
            "stop": 1250925687
        },
        {
            "start": 1250925690,
            "stop": 1250927166
        },
        {
            "start": 1250927169,
            "stop": 1250929492
        },
        {
            "start": 1250929494,
            "stop": 1250931096
        },
        {
            "start": 1250931099,
            "stop": 1250932771
        },
        {
            "start": 1250932774,
            "stop": 1250933871
        },
        {
            "start": 1250933874,
            "stop": 1250937063
        },
        {
            "start": 1250937066,
            "stop": 1250937561
        },
        {
            "start": 1250937564,
            "stop": 1250939158
        },
        {
            "start": 1250939161,
            "stop": 1250943074
        },
        {
            "start": 1250943077,
            "stop": 1250943161
        },
        {
            "start": 1250943169,
            "stop": 1250944708
        },
        {
            "start": 1250944710,
            "stop": 1250944981
        },
        {
            "start": 1250944984,
            "stop": 1250945172
        },
        {
            "start": 1250945175,
            "stop": 1250946069
        },
        {
            "start": 1250946072,
            "stop": 1250951947
        }
    ]
}