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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=303",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 304,
    "results": [
        {
            "start": 832638307,
            "stop": 832638427
        },
        {
            "start": 832638690,
            "stop": 832639890
        },
        {
            "start": 832642937,
            "stop": 832643417
        },
        {
            "start": 832644636,
            "stop": 832650516
        },
        {
            "start": 832651455,
            "stop": 832654815
        },
        {
            "start": 832655019,
            "stop": 832657959
        },
        {
            "start": 832659370,
            "stop": 832660390
        },
        {
            "start": 832660557,
            "stop": 832660677
        },
        {
            "start": 832662287,
            "stop": 832667387
        },
        {
            "start": 832667632,
            "stop": 832678852
        },
        {
            "start": 832693287,
            "stop": 832693527
        },
        {
            "start": 832693779,
            "stop": 832694439
        },
        {
            "start": 832694652,
            "stop": 832694772
        },
        {
            "start": 832694902,
            "stop": 832694962
        },
        {
            "start": 832695107,
            "stop": 832695167
        },
        {
            "start": 832695373,
            "stop": 832695673
        },
        {
            "start": 832696048,
            "stop": 832696408
        },
        {
            "start": 832696562,
            "stop": 832696682
        },
        {
            "start": 832704867,
            "stop": 832705167
        },
        {
            "start": 832705438,
            "stop": 832705558
        }
    ]
}