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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=114",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 115,
    "results": [
        {
            "start": 1126629029,
            "stop": 1126629070
        },
        {
            "start": 1126629072,
            "stop": 1126629079
        },
        {
            "start": 1126629081,
            "stop": 1126629130
        },
        {
            "start": 1126629132,
            "stop": 1126629134
        },
        {
            "start": 1126629136,
            "stop": 1126629141
        },
        {
            "start": 1126629143,
            "stop": 1126629145
        },
        {
            "start": 1126629147,
            "stop": 1126629148
        },
        {
            "start": 1126629150,
            "stop": 1126629170
        },
        {
            "start": 1126629172,
            "stop": 1126629176
        },
        {
            "start": 1126633397,
            "stop": 1126633442
        },
        {
            "start": 1126633444,
            "stop": 1126633457
        },
        {
            "start": 1126633637,
            "stop": 1126633643
        },
        {
            "start": 1126633648,
            "stop": 1126633651
        },
        {
            "start": 1126633653,
            "stop": 1126633654
        },
        {
            "start": 1126633655,
            "stop": 1126633657
        },
        {
            "start": 1126633659,
            "stop": 1126633669
        },
        {
            "start": 1126633671,
            "stop": 1126633672
        },
        {
            "start": 1126633675,
            "stop": 1126633678
        },
        {
            "start": 1126633679,
            "stop": 1126633697
        },
        {
            "start": 1126633878,
            "stop": 1126633883
        }
    ]
}