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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=634",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=632",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 633,
    "results": [
        {
            "start": 1265706816,
            "stop": 1265712445
        },
        {
            "start": 1265712447,
            "stop": 1265716701
        },
        {
            "start": 1265716704,
            "stop": 1265717520
        },
        {
            "start": 1265717521,
            "stop": 1265720007
        },
        {
            "start": 1265720012,
            "stop": 1265720165
        },
        {
            "start": 1265720170,
            "stop": 1265720525
        },
        {
            "start": 1265720530,
            "stop": 1265724207
        },
        {
            "start": 1265724212,
            "stop": 1265724469
        },
        {
            "start": 1265724474,
            "stop": 1265725386
        },
        {
            "start": 1265725391,
            "stop": 1265726183
        },
        {
            "start": 1265726188,
            "stop": 1265726209
        },
        {
            "start": 1265726217,
            "stop": 1265727187
        },
        {
            "start": 1265727192,
            "stop": 1265727378
        },
        {
            "start": 1265727383,
            "stop": 1265727445
        },
        {
            "start": 1265727450,
            "stop": 1265727622
        },
        {
            "start": 1265727627,
            "stop": 1265727670
        },
        {
            "start": 1265727671,
            "stop": 1265727753
        },
        {
            "start": 1265727754,
            "stop": 1265727763
        },
        {
            "start": 1265727764,
            "stop": 1265727778
        },
        {
            "start": 1265727779,
            "stop": 1265727780
        }
    ]
}