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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40741",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40742,
    "results": [
        {
            "start": 874968923,
            "stop": 874968929
        },
        {
            "start": 874968931,
            "stop": 874968943
        },
        {
            "start": 874968944,
            "stop": 874968955
        },
        {
            "start": 874968956,
            "stop": 874968973
        },
        {
            "start": 874968974,
            "stop": 874968979
        },
        {
            "start": 874968981,
            "stop": 874968990
        },
        {
            "start": 874968992,
            "stop": 874969001
        },
        {
            "start": 874969002,
            "stop": 874969029
        },
        {
            "start": 874969030,
            "stop": 874969047
        },
        {
            "start": 874969048,
            "stop": 874969066
        },
        {
            "start": 874969067,
            "stop": 874969097
        },
        {
            "start": 874969098,
            "stop": 874969135
        },
        {
            "start": 874969136,
            "stop": 874969156
        },
        {
            "start": 874969157,
            "stop": 874969199
        },
        {
            "start": 874969200,
            "stop": 874969207
        },
        {
            "start": 874969209,
            "stop": 874969219
        },
        {
            "start": 874969220,
            "stop": 874969222
        },
        {
            "start": 874969224,
            "stop": 874969225
        },
        {
            "start": 874969227,
            "stop": 874969252
        },
        {
            "start": 874969253,
            "stop": 874969297
        }
    ]
}