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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5170",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5168",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5169,
    "results": [
        {
            "start": 1136265919,
            "stop": 1136265941
        },
        {
            "start": 1136265943,
            "stop": 1136265949
        },
        {
            "start": 1136265951,
            "stop": 1136266002
        },
        {
            "start": 1136266004,
            "stop": 1136266019
        },
        {
            "start": 1136266021,
            "stop": 1136266112
        },
        {
            "start": 1136266114,
            "stop": 1136266135
        },
        {
            "start": 1136266137,
            "stop": 1136266141
        },
        {
            "start": 1136266143,
            "stop": 1136266152
        },
        {
            "start": 1136266154,
            "stop": 1136266157
        },
        {
            "start": 1136266159,
            "stop": 1136266164
        },
        {
            "start": 1136266166,
            "stop": 1136266167
        },
        {
            "start": 1136266170,
            "stop": 1136266186
        },
        {
            "start": 1136266188,
            "stop": 1136266206
        },
        {
            "start": 1136266208,
            "stop": 1136266260
        },
        {
            "start": 1136266262,
            "stop": 1136266270
        },
        {
            "start": 1136266272,
            "stop": 1136266276
        },
        {
            "start": 1136266278,
            "stop": 1136266285
        },
        {
            "start": 1136266289,
            "stop": 1136266292
        },
        {
            "start": 1136266294,
            "stop": 1136266295
        },
        {
            "start": 1136266297,
            "stop": 1136266307
        }
    ]
}