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=5318
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=5319",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5317",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5318,
    "results": [
        {
            "start": 1136519127,
            "stop": 1136519181
        },
        {
            "start": 1136519183,
            "stop": 1136519198
        },
        {
            "start": 1136519200,
            "stop": 1136519394
        },
        {
            "start": 1136519396,
            "stop": 1136519411
        },
        {
            "start": 1136519413,
            "stop": 1136519506
        },
        {
            "start": 1136519508,
            "stop": 1136519649
        },
        {
            "start": 1136519651,
            "stop": 1136519933
        },
        {
            "start": 1136519935,
            "stop": 1136519941
        },
        {
            "start": 1136519943,
            "stop": 1136520031
        },
        {
            "start": 1136520033,
            "stop": 1136520103
        },
        {
            "start": 1136520105,
            "stop": 1136520310
        },
        {
            "start": 1136520830,
            "stop": 1136520911
        },
        {
            "start": 1136520913,
            "stop": 1136521040
        },
        {
            "start": 1136521042,
            "stop": 1136521069
        },
        {
            "start": 1136521071,
            "stop": 1136521136
        },
        {
            "start": 1136521138,
            "stop": 1136521220
        },
        {
            "start": 1136521222,
            "stop": 1136521300
        },
        {
            "start": 1136521302,
            "stop": 1136521382
        },
        {
            "start": 1136521384,
            "stop": 1136521638
        },
        {
            "start": 1136521640,
            "stop": 1136521644
        }
    ]
}