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=40634
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=40635",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40633",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40634,
    "results": [
        {
            "start": 874909808,
            "stop": 874909812
        },
        {
            "start": 874909814,
            "stop": 874909865
        },
        {
            "start": 874909866,
            "stop": 874909875
        },
        {
            "start": 874909877,
            "stop": 874909933
        },
        {
            "start": 874909935,
            "stop": 874909939
        },
        {
            "start": 874909940,
            "stop": 874909943
        },
        {
            "start": 874909944,
            "stop": 874910003
        },
        {
            "start": 874910004,
            "stop": 874910005
        },
        {
            "start": 874910007,
            "stop": 874910023
        },
        {
            "start": 874910024,
            "stop": 874910060
        },
        {
            "start": 874910061,
            "stop": 874910106
        },
        {
            "start": 874910108,
            "stop": 874910216
        },
        {
            "start": 874910218,
            "stop": 874910246
        },
        {
            "start": 874910247,
            "stop": 874910301
        },
        {
            "start": 874910303,
            "stop": 874910341
        },
        {
            "start": 874910343,
            "stop": 874910355
        },
        {
            "start": 874910356,
            "stop": 874910387
        },
        {
            "start": 874910388,
            "stop": 874910437
        },
        {
            "start": 874910438,
            "stop": 874910451
        },
        {
            "start": 874910452,
            "stop": 874910472
        }
    ]
}