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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2161",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2162,
    "results": [
        {
            "start": 872386219,
            "stop": 872386549
        },
        {
            "start": 872386574,
            "stop": 872386631
        },
        {
            "start": 872386745,
            "stop": 872386752
        },
        {
            "start": 872386787,
            "stop": 872386921
        },
        {
            "start": 872386940,
            "stop": 872386993
        },
        {
            "start": 872387020,
            "stop": 872387171
        },
        {
            "start": 872387192,
            "stop": 872387262
        },
        {
            "start": 872387281,
            "stop": 872387283
        },
        {
            "start": 872387325,
            "stop": 872387506
        },
        {
            "start": 872387525,
            "stop": 872387532
        },
        {
            "start": 872387583,
            "stop": 872387592
        },
        {
            "start": 872387611,
            "stop": 872388672
        },
        {
            "start": 872388691,
            "stop": 872388922
        },
        {
            "start": 872388941,
            "stop": 872389424
        },
        {
            "start": 872389443,
            "stop": 872390203
        },
        {
            "start": 872390235,
            "stop": 872390304
        },
        {
            "start": 872390327,
            "stop": 872390373
        },
        {
            "start": 872390394,
            "stop": 872397050
        },
        {
            "start": 872397069,
            "stop": 872397146
        },
        {
            "start": 872397165,
            "stop": 872397554
        }
    ]
}