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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=30",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 31,
    "results": [
        {
            "start": 816942140,
            "stop": 816942142
        },
        {
            "start": 816942174,
            "stop": 816942175
        },
        {
            "start": 816942188,
            "stop": 816942190
        },
        {
            "start": 816942203,
            "stop": 816942205
        },
        {
            "start": 816942211,
            "stop": 816942213
        },
        {
            "start": 816942224,
            "stop": 816942227
        },
        {
            "start": 816942236,
            "stop": 816942237
        },
        {
            "start": 816942242,
            "stop": 816942246
        },
        {
            "start": 816942251,
            "stop": 816942273
        },
        {
            "start": 816942277,
            "stop": 816942298
        },
        {
            "start": 816942301,
            "stop": 816942369
        },
        {
            "start": 816942372,
            "stop": 816942392
        },
        {
            "start": 816942394,
            "stop": 816954535
        },
        {
            "start": 816954538,
            "stop": 816954559
        },
        {
            "start": 816954562,
            "stop": 816954563
        },
        {
            "start": 816954570,
            "stop": 816954572
        },
        {
            "start": 816954575,
            "stop": 816954577
        },
        {
            "start": 816954599,
            "stop": 816954601
        },
        {
            "start": 816954604,
            "stop": 816954620
        },
        {
            "start": 816954623,
            "stop": 816954625
        }
    ]
}