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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=123",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 124,
    "results": [
        {
            "start": 1412082168,
            "stop": 1412087024
        },
        {
            "start": 1412090231,
            "stop": 1412109008
        },
        {
            "start": 1412109013,
            "stop": 1412109240
        },
        {
            "start": 1412109243,
            "stop": 1412125147
        },
        {
            "start": 1412125151,
            "stop": 1412127834
        },
        {
            "start": 1412127838,
            "stop": 1412156742
        },
        {
            "start": 1412159192,
            "stop": 1412164648
        },
        {
            "start": 1412164651,
            "stop": 1412165481
        },
        {
            "start": 1412165484,
            "stop": 1412166384
        },
        {
            "start": 1412166388,
            "stop": 1412181844
        },
        {
            "start": 1412181848,
            "stop": 1412182660
        },
        {
            "start": 1412182661,
            "stop": 1412188222
        },
        {
            "start": 1412189925,
            "stop": 1412214843
        },
        {
            "start": 1412214846,
            "stop": 1412218709
        },
        {
            "start": 1412218710,
            "stop": 1412221101
        },
        {
            "start": 1412221106,
            "stop": 1412231895
        },
        {
            "start": 1412231897,
            "stop": 1412243577
        },
        {
            "start": 1412243580,
            "stop": 1412248051
        },
        {
            "start": 1412248053,
            "stop": 1412248955
        },
        {
            "start": 1412248959,
            "stop": 1412255383
        }
    ]
}