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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1695",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1693",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1694,
    "results": [
        {
            "start": 1249003838,
            "stop": 1249003840
        },
        {
            "start": 1249003858,
            "stop": 1249003860
        },
        {
            "start": 1249003865,
            "stop": 1249003868
        },
        {
            "start": 1249003874,
            "stop": 1249003875
        },
        {
            "start": 1249003895,
            "stop": 1249003942
        },
        {
            "start": 1249003950,
            "stop": 1249004009
        },
        {
            "start": 1249004010,
            "stop": 1249004013
        },
        {
            "start": 1249004022,
            "stop": 1249004040
        },
        {
            "start": 1249004041,
            "stop": 1249004046
        },
        {
            "start": 1249004048,
            "stop": 1249004050
        },
        {
            "start": 1249004056,
            "stop": 1249004057
        },
        {
            "start": 1249004060,
            "stop": 1249004062
        },
        {
            "start": 1249004064,
            "stop": 1249004065
        },
        {
            "start": 1249004066,
            "stop": 1249004069
        },
        {
            "start": 1249004071,
            "stop": 1249004077
        },
        {
            "start": 1249004079,
            "stop": 1249004089
        },
        {
            "start": 1249004090,
            "stop": 1249004092
        },
        {
            "start": 1249004094,
            "stop": 1249004097
        },
        {
            "start": 1249004106,
            "stop": 1249004107
        },
        {
            "start": 1249004109,
            "stop": 1249004121
        }
    ]
}