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=344
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=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=343",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 344,
    "results": [
        {
            "start": 818814283,
            "stop": 818814287
        },
        {
            "start": 818814323,
            "stop": 818814337
        },
        {
            "start": 818814368,
            "stop": 818814432
        },
        {
            "start": 818814539,
            "stop": 818814582
        },
        {
            "start": 818814615,
            "stop": 818814617
        },
        {
            "start": 818814637,
            "stop": 818814638
        },
        {
            "start": 818814748,
            "stop": 818814752
        },
        {
            "start": 818814755,
            "stop": 818814830
        },
        {
            "start": 818814852,
            "stop": 818814894
        },
        {
            "start": 818814898,
            "stop": 818814928
        },
        {
            "start": 818815129,
            "stop": 818815144
        },
        {
            "start": 818815184,
            "stop": 818815198
        },
        {
            "start": 818815314,
            "stop": 818815327
        },
        {
            "start": 818815347,
            "stop": 818815378
        },
        {
            "start": 818815400,
            "stop": 818815408
        },
        {
            "start": 818815436,
            "stop": 818815521
        },
        {
            "start": 818815550,
            "stop": 818815577
        },
        {
            "start": 818815648,
            "stop": 818815658
        },
        {
            "start": 818815678,
            "stop": 818815706
        },
        {
            "start": 818815831,
            "stop": 818815875
        }
    ]
}