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=875
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=876",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=874",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 875,
    "results": [
        {
            "start": 1251074434,
            "stop": 1251074439
        },
        {
            "start": 1251074444,
            "stop": 1251074449
        },
        {
            "start": 1251074454,
            "stop": 1251074509
        },
        {
            "start": 1251074514,
            "stop": 1251074520
        },
        {
            "start": 1251074525,
            "stop": 1251074530
        },
        {
            "start": 1251074535,
            "stop": 1251074540
        },
        {
            "start": 1251074545,
            "stop": 1251074549
        },
        {
            "start": 1251074554,
            "stop": 1251074573
        },
        {
            "start": 1251079114,
            "stop": 1251079423
        },
        {
            "start": 1251079426,
            "stop": 1251079473
        },
        {
            "start": 1251079476,
            "stop": 1251079502
        },
        {
            "start": 1251079505,
            "stop": 1251079510
        },
        {
            "start": 1251079512,
            "stop": 1251079514
        },
        {
            "start": 1251079517,
            "stop": 1251079523
        },
        {
            "start": 1251079527,
            "stop": 1251079528
        },
        {
            "start": 1251079532,
            "stop": 1251079681
        },
        {
            "start": 1251079684,
            "stop": 1251079778
        },
        {
            "start": 1251079782,
            "stop": 1251079791
        },
        {
            "start": 1251079795,
            "stop": 1251079801
        },
        {
            "start": 1251079805,
            "stop": 1251079807
        }
    ]
}