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=861
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=862",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=860",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 861,
    "results": [
        {
            "start": 1250760099,
            "stop": 1250760474
        },
        {
            "start": 1250760478,
            "stop": 1250761128
        },
        {
            "start": 1250761132,
            "stop": 1250761257
        },
        {
            "start": 1250761265,
            "stop": 1250761827
        },
        {
            "start": 1250761831,
            "stop": 1250761868
        },
        {
            "start": 1250761872,
            "stop": 1250762404
        },
        {
            "start": 1250762408,
            "stop": 1250764054
        },
        {
            "start": 1250764059,
            "stop": 1250764232
        },
        {
            "start": 1250764236,
            "stop": 1250768455
        },
        {
            "start": 1250768460,
            "stop": 1250769485
        },
        {
            "start": 1250769488,
            "stop": 1250771139
        },
        {
            "start": 1250771143,
            "stop": 1250773127
        },
        {
            "start": 1250773132,
            "stop": 1250774608
        },
        {
            "start": 1250774612,
            "stop": 1250775178
        },
        {
            "start": 1250775182,
            "stop": 1250775265
        },
        {
            "start": 1250775268,
            "stop": 1250775862
        },
        {
            "start": 1250775866,
            "stop": 1250776155
        },
        {
            "start": 1250776159,
            "stop": 1250776443
        },
        {
            "start": 1250776447,
            "stop": 1250777332
        },
        {
            "start": 1250777334,
            "stop": 1250777836
        }
    ]
}