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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=75",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 76,
    "results": [
        {
            "start": 1409689116,
            "stop": 1409694567
        },
        {
            "start": 1409694572,
            "stop": 1409696833
        },
        {
            "start": 1409701504,
            "stop": 1409703136
        },
        {
            "start": 1409703141,
            "stop": 1409703659
        },
        {
            "start": 1409703664,
            "stop": 1409705784
        },
        {
            "start": 1409705789,
            "stop": 1409707253
        },
        {
            "start": 1409714765,
            "stop": 1409715166
        },
        {
            "start": 1409715171,
            "stop": 1409718399
        },
        {
            "start": 1409726754,
            "stop": 1409748995
        },
        {
            "start": 1409749000,
            "stop": 1409766303
        },
        {
            "start": 1409766308,
            "stop": 1409767002
        },
        {
            "start": 1409767007,
            "stop": 1409769025
        },
        {
            "start": 1409771091,
            "stop": 1409772995
        },
        {
            "start": 1409781177,
            "stop": 1409782889
        },
        {
            "start": 1409782894,
            "stop": 1409785506
        },
        {
            "start": 1409786880,
            "stop": 1409787369
        },
        {
            "start": 1409787374,
            "stop": 1409792911
        },
        {
            "start": 1409792916,
            "stop": 1409795611
        },
        {
            "start": 1409795910,
            "stop": 1409802043
        },
        {
            "start": 1409802048,
            "stop": 1409809301
        }
    ]
}