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_CAT3/segments?format=api&page=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=32",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 33,
    "results": [
        {
            "start": 1126299424,
            "stop": 1126299497
        },
        {
            "start": 1126299557,
            "stop": 1126299670
        },
        {
            "start": 1126299671,
            "stop": 1126299780
        },
        {
            "start": 1126299781,
            "stop": 1126299973
        },
        {
            "start": 1126299975,
            "stop": 1126300014
        },
        {
            "start": 1126300016,
            "stop": 1126300031
        },
        {
            "start": 1126300032,
            "stop": 1126300411
        },
        {
            "start": 1126300413,
            "stop": 1126300743
        },
        {
            "start": 1126300744,
            "stop": 1126300833
        },
        {
            "start": 1126300834,
            "stop": 1126301118
        },
        {
            "start": 1126301119,
            "stop": 1126301212
        },
        {
            "start": 1126301213,
            "stop": 1126301284
        },
        {
            "start": 1126301291,
            "stop": 1126301417
        },
        {
            "start": 1126301717,
            "stop": 1126301732
        },
        {
            "start": 1126301735,
            "stop": 1126301736
        },
        {
            "start": 1126301737,
            "stop": 1126301748
        },
        {
            "start": 1126301749,
            "stop": 1126301757
        },
        {
            "start": 1126301758,
            "stop": 1126301763
        },
        {
            "start": 1126301764,
            "stop": 1126301776
        },
        {
            "start": 1126301777,
            "stop": 1126301778
        }
    ]
}