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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=204",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 205,
    "results": [
        {
            "start": 820912411,
            "stop": 820913932
        },
        {
            "start": 820915081,
            "stop": 820923177
        },
        {
            "start": 820923468,
            "stop": 820923535
        },
        {
            "start": 820923586,
            "stop": 820923702
        },
        {
            "start": 820923731,
            "stop": 820923940
        },
        {
            "start": 820924185,
            "stop": 820924396
        },
        {
            "start": 820924425,
            "stop": 820924616
        },
        {
            "start": 820924645,
            "stop": 820924876
        },
        {
            "start": 820924905,
            "stop": 820925611
        },
        {
            "start": 820925640,
            "stop": 820925980
        },
        {
            "start": 820926104,
            "stop": 820926202
        },
        {
            "start": 820926443,
            "stop": 820926472
        },
        {
            "start": 820928555,
            "stop": 820928564
        },
        {
            "start": 820928648,
            "stop": 820928661
        },
        {
            "start": 820928771,
            "stop": 820928773
        },
        {
            "start": 820929375,
            "stop": 820929402
        },
        {
            "start": 820929439,
            "stop": 820929531
        },
        {
            "start": 820929572,
            "stop": 820929596
        },
        {
            "start": 820929625,
            "stop": 820929631
        },
        {
            "start": 820929748,
            "stop": 820929811
        }
    ]
}