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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=20",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 21,
    "results": [
        {
            "start": 816707093,
            "stop": 816707105
        },
        {
            "start": 816707111,
            "stop": 816707155
        },
        {
            "start": 816707158,
            "stop": 816707181
        },
        {
            "start": 816707185,
            "stop": 816707207
        },
        {
            "start": 816707210,
            "stop": 816707227
        },
        {
            "start": 816707232,
            "stop": 816707274
        },
        {
            "start": 816707279,
            "stop": 816707288
        },
        {
            "start": 816707294,
            "stop": 816707322
        },
        {
            "start": 816707332,
            "stop": 816707338
        },
        {
            "start": 816707345,
            "stop": 816707353
        },
        {
            "start": 816737408,
            "stop": 816737425
        },
        {
            "start": 816737431,
            "stop": 816737433
        },
        {
            "start": 816737438,
            "stop": 816737463
        },
        {
            "start": 816737466,
            "stop": 816737828
        },
        {
            "start": 816737834,
            "stop": 816738415
        },
        {
            "start": 816738416,
            "stop": 816738715
        },
        {
            "start": 816738717,
            "stop": 816739611
        },
        {
            "start": 816739619,
            "stop": 816741156
        },
        {
            "start": 816741159,
            "stop": 816742020
        },
        {
            "start": 816742023,
            "stop": 816742447
        }
    ]
}