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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=243",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 244,
    "results": [
        {
            "start": 1136439178,
            "stop": 1136439182
        },
        {
            "start": 1136439186,
            "stop": 1136439190
        },
        {
            "start": 1136439193,
            "stop": 1136439199
        },
        {
            "start": 1136439202,
            "stop": 1136439225
        },
        {
            "start": 1136439228,
            "stop": 1136439253
        },
        {
            "start": 1136439256,
            "stop": 1136439264
        },
        {
            "start": 1136439267,
            "stop": 1136439276
        },
        {
            "start": 1136439279,
            "stop": 1136439286
        },
        {
            "start": 1136439289,
            "stop": 1136439294
        },
        {
            "start": 1136439297,
            "stop": 1136439310
        },
        {
            "start": 1136439313,
            "stop": 1136439326
        },
        {
            "start": 1136439329,
            "stop": 1136439338
        },
        {
            "start": 1136439341,
            "stop": 1136439354
        },
        {
            "start": 1136439357,
            "stop": 1136439360
        },
        {
            "start": 1136439363,
            "stop": 1136439397
        },
        {
            "start": 1136439400,
            "stop": 1136439406
        },
        {
            "start": 1136439409,
            "stop": 1136439421
        },
        {
            "start": 1136439425,
            "stop": 1136439441
        },
        {
            "start": 1136439444,
            "stop": 1136439448
        },
        {
            "start": 1136439451,
            "stop": 1136439460
        }
    ]
}