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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=38",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 39,
    "results": [
        {
            "start": 1128331929,
            "stop": 1128331931
        },
        {
            "start": 1128331934,
            "stop": 1128332954
        },
        {
            "start": 1128332956,
            "stop": 1128335221
        },
        {
            "start": 1128335222,
            "stop": 1128335870
        },
        {
            "start": 1128335874,
            "stop": 1128335875
        },
        {
            "start": 1128335876,
            "stop": 1128340236
        },
        {
            "start": 1128340238,
            "stop": 1128342513
        },
        {
            "start": 1128342514,
            "stop": 1128344827
        },
        {
            "start": 1128344828,
            "stop": 1128349730
        },
        {
            "start": 1128349731,
            "stop": 1128351692
        },
        {
            "start": 1128387596,
            "stop": 1128388094
        },
        {
            "start": 1128388096,
            "stop": 1128398891
        },
        {
            "start": 1128398892,
            "stop": 1128405999
        },
        {
            "start": 1128406000,
            "stop": 1128412614
        },
        {
            "start": 1128412615,
            "stop": 1128414789
        },
        {
            "start": 1128414790,
            "stop": 1128416357
        },
        {
            "start": 1128416358,
            "stop": 1128416429
        },
        {
            "start": 1128416430,
            "stop": 1128416686
        },
        {
            "start": 1128416687,
            "stop": 1128417327
        },
        {
            "start": 1128417328,
            "stop": 1128421605
        }
    ]
}