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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=767",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=765",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 766,
    "results": [
        {
            "start": 1249075743,
            "stop": 1249075941
        },
        {
            "start": 1249075946,
            "stop": 1249076069
        },
        {
            "start": 1249076071,
            "stop": 1249076111
        },
        {
            "start": 1249076114,
            "stop": 1249076770
        },
        {
            "start": 1249076771,
            "stop": 1249077239
        },
        {
            "start": 1249077242,
            "stop": 1249077279
        },
        {
            "start": 1249077283,
            "stop": 1249077395
        },
        {
            "start": 1249077402,
            "stop": 1249077403
        },
        {
            "start": 1249077405,
            "stop": 1249077422
        },
        {
            "start": 1249077426,
            "stop": 1249077493
        },
        {
            "start": 1249077498,
            "stop": 1249078472
        },
        {
            "start": 1249078477,
            "stop": 1249079134
        },
        {
            "start": 1249079138,
            "stop": 1249079158
        },
        {
            "start": 1249079160,
            "stop": 1249079169
        },
        {
            "start": 1249079174,
            "stop": 1249079310
        },
        {
            "start": 1249079312,
            "stop": 1249079314
        },
        {
            "start": 1249079317,
            "stop": 1249079326
        },
        {
            "start": 1249079328,
            "stop": 1249079331
        },
        {
            "start": 1249079333,
            "stop": 1249079339
        },
        {
            "start": 1249079340,
            "stop": 1249079348
        }
    ]
}