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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33215",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33216,
    "results": [
        {
            "start": 970928543,
            "stop": 970928544
        },
        {
            "start": 970928547,
            "stop": 970928584
        },
        {
            "start": 970928585,
            "stop": 970928596
        },
        {
            "start": 970928855,
            "stop": 970928909
        },
        {
            "start": 970928935,
            "stop": 970928971
        },
        {
            "start": 970928974,
            "stop": 970928986
        },
        {
            "start": 970928989,
            "stop": 970929001
        },
        {
            "start": 970929004,
            "stop": 970929038
        },
        {
            "start": 970929039,
            "stop": 970929061
        },
        {
            "start": 970929062,
            "stop": 970929085
        },
        {
            "start": 970929088,
            "stop": 970929117
        },
        {
            "start": 970929128,
            "stop": 970929243
        },
        {
            "start": 970929247,
            "stop": 970929256
        },
        {
            "start": 970929376,
            "stop": 970929408
        },
        {
            "start": 970929409,
            "stop": 970929425
        },
        {
            "start": 970929428,
            "stop": 970929472
        },
        {
            "start": 970929473,
            "stop": 970929480
        },
        {
            "start": 970929481,
            "stop": 970929520
        },
        {
            "start": 970929521,
            "stop": 970929530
        },
        {
            "start": 970929531,
            "stop": 970929553
        }
    ]
}