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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1056",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1054",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1055,
    "results": [
        {
            "start": 1136193009,
            "stop": 1136193062
        },
        {
            "start": 1136193063,
            "stop": 1136193085
        },
        {
            "start": 1136193087,
            "stop": 1136193112
        },
        {
            "start": 1136193113,
            "stop": 1136193174
        },
        {
            "start": 1136193175,
            "stop": 1136193178
        },
        {
            "start": 1136193179,
            "stop": 1136193237
        },
        {
            "start": 1136193238,
            "stop": 1136193267
        },
        {
            "start": 1136193268,
            "stop": 1136193328
        },
        {
            "start": 1136193329,
            "stop": 1136193343
        },
        {
            "start": 1136193344,
            "stop": 1136193368
        },
        {
            "start": 1136193369,
            "stop": 1136193386
        },
        {
            "start": 1136193387,
            "stop": 1136193389
        },
        {
            "start": 1136193390,
            "stop": 1136193418
        },
        {
            "start": 1136193419,
            "stop": 1136193517
        },
        {
            "start": 1136193518,
            "stop": 1136193554
        },
        {
            "start": 1136193555,
            "stop": 1136193594
        },
        {
            "start": 1136193595,
            "stop": 1136193728
        },
        {
            "start": 1136193729,
            "stop": 1136193733
        },
        {
            "start": 1136193734,
            "stop": 1136193741
        },
        {
            "start": 1136193742,
            "stop": 1136193748
        }
    ]
}