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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=45",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 46,
    "results": [
        {
            "start": 1129370007,
            "stop": 1129372986
        },
        {
            "start": 1129372993,
            "stop": 1129378767
        },
        {
            "start": 1129378768,
            "stop": 1129379985
        },
        {
            "start": 1129379992,
            "stop": 1129383056
        },
        {
            "start": 1129482036,
            "stop": 1129493030
        },
        {
            "start": 1129497350,
            "stop": 1129497522
        },
        {
            "start": 1129497523,
            "stop": 1129499511
        },
        {
            "start": 1129499512,
            "stop": 1129501931
        },
        {
            "start": 1129501938,
            "stop": 1129502999
        },
        {
            "start": 1129503007,
            "stop": 1129507196
        },
        {
            "start": 1129507203,
            "stop": 1129508081
        },
        {
            "start": 1129508088,
            "stop": 1129510637
        },
        {
            "start": 1129510647,
            "stop": 1129511133
        },
        {
            "start": 1129511134,
            "stop": 1129520520
        },
        {
            "start": 1129520532,
            "stop": 1129523642
        },
        {
            "start": 1129523650,
            "stop": 1129523777
        },
        {
            "start": 1129523784,
            "stop": 1129527777
        },
        {
            "start": 1129527784,
            "stop": 1129527948
        },
        {
            "start": 1129527958,
            "stop": 1129527966
        },
        {
            "start": 1129527973,
            "stop": 1129529337
        }
    ]
}