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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5196",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5194",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5195,
    "results": [
        {
            "start": 1137028010,
            "stop": 1137028012
        },
        {
            "start": 1137028014,
            "stop": 1137028022
        },
        {
            "start": 1137028024,
            "stop": 1137028025
        },
        {
            "start": 1137028027,
            "stop": 1137028053
        },
        {
            "start": 1137028056,
            "stop": 1137028066
        },
        {
            "start": 1137028067,
            "stop": 1137028068
        },
        {
            "start": 1137028070,
            "stop": 1137028074
        },
        {
            "start": 1137028077,
            "stop": 1137028080
        },
        {
            "start": 1137028082,
            "stop": 1137028084
        },
        {
            "start": 1137028086,
            "stop": 1137028093
        },
        {
            "start": 1137028095,
            "stop": 1137028105
        },
        {
            "start": 1137028109,
            "stop": 1137028113
        },
        {
            "start": 1137028115,
            "stop": 1137028124
        },
        {
            "start": 1137028126,
            "stop": 1137028128
        },
        {
            "start": 1137028129,
            "stop": 1137028134
        },
        {
            "start": 1137028136,
            "stop": 1137028137
        },
        {
            "start": 1137028139,
            "stop": 1137028146
        },
        {
            "start": 1137028148,
            "stop": 1137028166
        },
        {
            "start": 1137028168,
            "stop": 1137028172
        },
        {
            "start": 1137028174,
            "stop": 1137028193
        }
    ]
}