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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8794",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8795,
    "results": [
        {
            "start": 872385949,
            "stop": 872386133
        },
        {
            "start": 872386150,
            "stop": 872386200
        },
        {
            "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": 872388197
        },
        {
            "start": 872388214,
            "stop": 872388672
        },
        {
            "start": 872388704,
            "stop": 872388922
        },
        {
            "start": 872388941,
            "stop": 872389042
        },
        {
            "start": 872389059,
            "stop": 872389424
        },
        {
            "start": 872389443,
            "stop": 872389564
        },
        {
            "start": 872389581,
            "stop": 872390203
        }
    ]
}