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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=83",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 84,
    "results": [
        {
            "start": 816842080,
            "stop": 816842124
        },
        {
            "start": 816842261,
            "stop": 816842274
        },
        {
            "start": 816842301,
            "stop": 816842316
        },
        {
            "start": 816842380,
            "stop": 816842481
        },
        {
            "start": 816842521,
            "stop": 816842573
        },
        {
            "start": 816842668,
            "stop": 816842688
        },
        {
            "start": 816842711,
            "stop": 816842805
        },
        {
            "start": 816842845,
            "stop": 816842862
        },
        {
            "start": 816842914,
            "stop": 816843001
        },
        {
            "start": 816843028,
            "stop": 816843071
        },
        {
            "start": 816843099,
            "stop": 816843109
        },
        {
            "start": 816843129,
            "stop": 816843163
        },
        {
            "start": 816843184,
            "stop": 816843220
        },
        {
            "start": 816843250,
            "stop": 816843339
        },
        {
            "start": 816843377,
            "stop": 816843421
        },
        {
            "start": 816843478,
            "stop": 816843495
        },
        {
            "start": 816843515,
            "stop": 816843548
        },
        {
            "start": 816843569,
            "stop": 816843570
        },
        {
            "start": 816843653,
            "stop": 816843677
        },
        {
            "start": 816843707,
            "stop": 816843712
        }
    ]
}