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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=300",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 301,
    "results": [
        {
            "start": 940972366,
            "stop": 940976462
        },
        {
            "start": 940976468,
            "stop": 940976674
        },
        {
            "start": 940984501,
            "stop": 940985244
        },
        {
            "start": 940985352,
            "stop": 940993014
        },
        {
            "start": 940994647,
            "stop": 940995916
        },
        {
            "start": 941000539,
            "stop": 941001016
        },
        {
            "start": 941008186,
            "stop": 941011575
        },
        {
            "start": 941012662,
            "stop": 941013116
        },
        {
            "start": 941013965,
            "stop": 941014041
        },
        {
            "start": 941014733,
            "stop": 941015842
        },
        {
            "start": 941021244,
            "stop": 941021591
        },
        {
            "start": 941022458,
            "stop": 941030714
        },
        {
            "start": 941032839,
            "stop": 941036160
        },
        {
            "start": 941038501,
            "stop": 941048065
        },
        {
            "start": 941064564,
            "stop": 941067569
        },
        {
            "start": 941071831,
            "stop": 941122924
        },
        {
            "start": 941127946,
            "stop": 941128272
        },
        {
            "start": 941128279,
            "stop": 941128371
        },
        {
            "start": 941128386,
            "stop": 941128487
        },
        {
            "start": 941128493,
            "stop": 941130093
        }
    ]
}