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=5146
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=5147",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5145",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5146,
    "results": [
        {
            "start": 1136994304,
            "stop": 1136994314
        },
        {
            "start": 1136994315,
            "stop": 1136994316
        },
        {
            "start": 1136994318,
            "stop": 1136994327
        },
        {
            "start": 1136994329,
            "stop": 1136994334
        },
        {
            "start": 1136994337,
            "stop": 1136994340
        },
        {
            "start": 1136994342,
            "stop": 1136994350
        },
        {
            "start": 1136994352,
            "stop": 1136994362
        },
        {
            "start": 1136994364,
            "stop": 1136994374
        },
        {
            "start": 1136994376,
            "stop": 1136994388
        },
        {
            "start": 1136994390,
            "stop": 1136994398
        },
        {
            "start": 1136994400,
            "stop": 1136994409
        },
        {
            "start": 1136994411,
            "stop": 1136994423
        },
        {
            "start": 1136994425,
            "stop": 1136994433
        },
        {
            "start": 1136994435,
            "stop": 1136994445
        },
        {
            "start": 1136994447,
            "stop": 1136994456
        },
        {
            "start": 1136994458,
            "stop": 1136994467
        },
        {
            "start": 1136994469,
            "stop": 1136994506
        },
        {
            "start": 1136994508,
            "stop": 1136994519
        },
        {
            "start": 1136994521,
            "stop": 1136994530
        },
        {
            "start": 1136994532,
            "stop": 1136994540
        }
    ]
}