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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3122",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3123,
    "results": [
        {
            "start": 867822780,
            "stop": 867822786
        },
        {
            "start": 867822791,
            "stop": 867822840
        },
        {
            "start": 867822900,
            "stop": 867823554
        },
        {
            "start": 867823557,
            "stop": 867836746
        },
        {
            "start": 867866913,
            "stop": 867867720
        },
        {
            "start": 867867840,
            "stop": 867870540
        },
        {
            "start": 867870600,
            "stop": 867873701
        },
        {
            "start": 867873705,
            "stop": 867876420
        },
        {
            "start": 867876480,
            "stop": 867883680
        },
        {
            "start": 867883740,
            "stop": 867892412
        },
        {
            "start": 867892418,
            "stop": 867892440
        },
        {
            "start": 867892500,
            "stop": 867897120
        },
        {
            "start": 867897180,
            "stop": 867897300
        },
        {
            "start": 867897360,
            "stop": 867902400
        },
        {
            "start": 867902460,
            "stop": 867902740
        },
        {
            "start": 867902743,
            "stop": 867902760
        },
        {
            "start": 867902880,
            "stop": 867903240
        },
        {
            "start": 867903300,
            "stop": 867903480
        },
        {
            "start": 867903600,
            "stop": 867903921
        },
        {
            "start": 867903925,
            "stop": 867903960
        }
    ]
}