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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=297",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 298,
    "results": [
        {
            "start": 931724932,
            "stop": 931724955
        },
        {
            "start": 931724957,
            "stop": 931724959
        },
        {
            "start": 931724965,
            "stop": 931724966
        },
        {
            "start": 931724976,
            "stop": 931724977
        },
        {
            "start": 931724979,
            "stop": 931724980
        },
        {
            "start": 931724982,
            "stop": 931724983
        },
        {
            "start": 931724988,
            "stop": 931724989
        },
        {
            "start": 931724993,
            "stop": 931724995
        },
        {
            "start": 931725000,
            "stop": 931725002
        },
        {
            "start": 931725004,
            "stop": 931725006
        },
        {
            "start": 931725008,
            "stop": 931725010
        },
        {
            "start": 931725012,
            "stop": 931725014
        },
        {
            "start": 931725021,
            "stop": 931725023
        },
        {
            "start": 931725026,
            "stop": 931725027
        },
        {
            "start": 931725029,
            "stop": 931725034
        },
        {
            "start": 931725043,
            "stop": 931725046
        },
        {
            "start": 931725048,
            "stop": 931725052
        },
        {
            "start": 931725055,
            "stop": 931725060
        },
        {
            "start": 931725065,
            "stop": 931725066
        },
        {
            "start": 931725068,
            "stop": 931725070
        }
    ]
}