Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1939
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1940",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1938",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1939,
    "results": [
        {
            "start": 1252621927,
            "stop": 1252622734
        },
        {
            "start": 1252622742,
            "stop": 1252624597
        },
        {
            "start": 1252624600,
            "stop": 1252626039
        },
        {
            "start": 1252626042,
            "stop": 1252626564
        },
        {
            "start": 1252626567,
            "stop": 1252628684
        },
        {
            "start": 1252628687,
            "stop": 1252628851
        },
        {
            "start": 1252628854,
            "stop": 1252631281
        },
        {
            "start": 1252631283,
            "stop": 1252631550
        },
        {
            "start": 1252631558,
            "stop": 1252632782
        },
        {
            "start": 1252632785,
            "stop": 1252634133
        },
        {
            "start": 1252634136,
            "stop": 1252637076
        },
        {
            "start": 1252637078,
            "stop": 1252639620
        },
        {
            "start": 1252639623,
            "stop": 1252643310
        },
        {
            "start": 1252643313,
            "stop": 1252645702
        },
        {
            "start": 1252645705,
            "stop": 1252646575
        },
        {
            "start": 1252646578,
            "stop": 1252647337
        },
        {
            "start": 1252647340,
            "stop": 1252651146
        },
        {
            "start": 1252651149,
            "stop": 1252651921
        },
        {
            "start": 1252651924,
            "stop": 1252653458
        },
        {
            "start": 1252653461,
            "stop": 1252653505
        }
    ]
}