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=1831
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=1832",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1830",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1831,
    "results": [
        {
            "start": 1250340788,
            "stop": 1250340970
        },
        {
            "start": 1250340973,
            "stop": 1250341114
        },
        {
            "start": 1250341116,
            "stop": 1250341416
        },
        {
            "start": 1250341417,
            "stop": 1250341915
        },
        {
            "start": 1250341917,
            "stop": 1250341961
        },
        {
            "start": 1250341963,
            "stop": 1250341996
        },
        {
            "start": 1250341998,
            "stop": 1250341999
        },
        {
            "start": 1250342001,
            "stop": 1250342004
        },
        {
            "start": 1250342005,
            "stop": 1250342010
        },
        {
            "start": 1250342011,
            "stop": 1250342018
        },
        {
            "start": 1250342020,
            "stop": 1250342040
        },
        {
            "start": 1250342042,
            "stop": 1250342056
        },
        {
            "start": 1250342057,
            "stop": 1250342077
        },
        {
            "start": 1250342079,
            "stop": 1250342274
        },
        {
            "start": 1250342277,
            "stop": 1250342403
        },
        {
            "start": 1250342406,
            "stop": 1250342744
        },
        {
            "start": 1250342747,
            "stop": 1250342879
        },
        {
            "start": 1250342882,
            "stop": 1250343013
        },
        {
            "start": 1250343016,
            "stop": 1250343506
        },
        {
            "start": 1250343509,
            "stop": 1250343783
        }
    ]
}