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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5165",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5163",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5164,
    "results": [
        {
            "start": 1136999201,
            "stop": 1136999202
        },
        {
            "start": 1136999204,
            "stop": 1136999212
        },
        {
            "start": 1136999214,
            "stop": 1136999222
        },
        {
            "start": 1136999224,
            "stop": 1136999234
        },
        {
            "start": 1136999236,
            "stop": 1136999246
        },
        {
            "start": 1136999247,
            "stop": 1136999259
        },
        {
            "start": 1136999260,
            "stop": 1136999269
        },
        {
            "start": 1136999271,
            "stop": 1136999280
        },
        {
            "start": 1136999282,
            "stop": 1136999291
        },
        {
            "start": 1136999292,
            "stop": 1136999303
        },
        {
            "start": 1136999305,
            "stop": 1136999311
        },
        {
            "start": 1136999314,
            "stop": 1136999325
        },
        {
            "start": 1136999327,
            "stop": 1136999335
        },
        {
            "start": 1136999337,
            "stop": 1136999343
        },
        {
            "start": 1136999348,
            "stop": 1136999358
        },
        {
            "start": 1136999360,
            "stop": 1136999385
        },
        {
            "start": 1136999387,
            "stop": 1136999403
        },
        {
            "start": 1136999405,
            "stop": 1136999426
        },
        {
            "start": 1136999428,
            "stop": 1136999438
        },
        {
            "start": 1136999440,
            "stop": 1136999444
        }
    ]
}