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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=150",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 151,
    "results": [
        {
            "start": 1126670019,
            "stop": 1126670365
        },
        {
            "start": 1126670366,
            "stop": 1126670390
        },
        {
            "start": 1126670391,
            "stop": 1126670392
        },
        {
            "start": 1126670393,
            "stop": 1126670530
        },
        {
            "start": 1126670531,
            "stop": 1126670542
        },
        {
            "start": 1126670544,
            "stop": 1126670624
        },
        {
            "start": 1126670625,
            "stop": 1126670695
        },
        {
            "start": 1126670696,
            "stop": 1126670781
        },
        {
            "start": 1126670788,
            "stop": 1126670993
        },
        {
            "start": 1126670994,
            "stop": 1126671346
        },
        {
            "start": 1126671347,
            "stop": 1126671519
        },
        {
            "start": 1126671520,
            "stop": 1126671703
        },
        {
            "start": 1126671704,
            "stop": 1126671775
        },
        {
            "start": 1126671776,
            "stop": 1126671778
        },
        {
            "start": 1126671780,
            "stop": 1126672071
        },
        {
            "start": 1126672072,
            "stop": 1126672206
        },
        {
            "start": 1126672208,
            "stop": 1126672431
        },
        {
            "start": 1126672432,
            "stop": 1126672751
        },
        {
            "start": 1126672752,
            "stop": 1126673102
        },
        {
            "start": 1126673104,
            "stop": 1126673165
        }
    ]
}