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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=278",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 279,
    "results": [
        {
            "start": 1262772707,
            "stop": 1262772751
        },
        {
            "start": 1262833726,
            "stop": 1262834230
        },
        {
            "start": 1262834232,
            "stop": 1262834412
        },
        {
            "start": 1262834415,
            "stop": 1262834808
        },
        {
            "start": 1262834811,
            "stop": 1262838385
        },
        {
            "start": 1262838390,
            "stop": 1262841050
        },
        {
            "start": 1262841055,
            "stop": 1262842939
        },
        {
            "start": 1262842941,
            "stop": 1262844227
        },
        {
            "start": 1262844230,
            "stop": 1262844646
        },
        {
            "start": 1262844648,
            "stop": 1262848573
        },
        {
            "start": 1262848578,
            "stop": 1262851418
        },
        {
            "start": 1262851421,
            "stop": 1262857214
        },
        {
            "start": 1262857217,
            "stop": 1262857720
        },
        {
            "start": 1262857725,
            "stop": 1262861281
        },
        {
            "start": 1262861286,
            "stop": 1262862538
        },
        {
            "start": 1262862541,
            "stop": 1262865565
        },
        {
            "start": 1262865567,
            "stop": 1262866481
        },
        {
            "start": 1262866484,
            "stop": 1262866779
        },
        {
            "start": 1262866783,
            "stop": 1262866890
        },
        {
            "start": 1262866894,
            "stop": 1262868962
        }
    ]
}