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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=39",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 40,
    "results": [
        {
            "start": 1128421606,
            "stop": 1128424327
        },
        {
            "start": 1128424328,
            "stop": 1128427911
        },
        {
            "start": 1128427912,
            "stop": 1128429151
        },
        {
            "start": 1128429153,
            "stop": 1128431231
        },
        {
            "start": 1128431232,
            "stop": 1128432579
        },
        {
            "start": 1128432580,
            "stop": 1128434074
        },
        {
            "start": 1128434075,
            "stop": 1128435850
        },
        {
            "start": 1128435851,
            "stop": 1128439392
        },
        {
            "start": 1128439393,
            "stop": 1128441561
        },
        {
            "start": 1128441563,
            "stop": 1128457313
        },
        {
            "start": 1128457314,
            "stop": 1128460900
        },
        {
            "start": 1128460901,
            "stop": 1128461014
        },
        {
            "start": 1128461015,
            "stop": 1128462211
        },
        {
            "start": 1128465254,
            "stop": 1128467390
        },
        {
            "start": 1128467391,
            "stop": 1128468203
        },
        {
            "start": 1128468205,
            "stop": 1128469140
        },
        {
            "start": 1128469200,
            "stop": 1128473882
        },
        {
            "start": 1128473884,
            "stop": 1128477305
        },
        {
            "start": 1128477306,
            "stop": 1128485827
        },
        {
            "start": 1128485829,
            "stop": 1128490659
        }
    ]
}