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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=128",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 129,
    "results": [
        {
            "start": 931590378,
            "stop": 931590397
        },
        {
            "start": 931590407,
            "stop": 931590417
        },
        {
            "start": 931590423,
            "stop": 931590424
        },
        {
            "start": 931590437,
            "stop": 931590439
        },
        {
            "start": 931590442,
            "stop": 931590445
        },
        {
            "start": 931590449,
            "stop": 931590459
        },
        {
            "start": 931590463,
            "stop": 931590464
        },
        {
            "start": 931590476,
            "stop": 931590478
        },
        {
            "start": 931590480,
            "stop": 931590484
        },
        {
            "start": 931590489,
            "stop": 931590493
        },
        {
            "start": 931590496,
            "stop": 931590503
        },
        {
            "start": 931590506,
            "stop": 931590515
        },
        {
            "start": 931590518,
            "stop": 931590519
        },
        {
            "start": 931590532,
            "stop": 931590537
        },
        {
            "start": 931590554,
            "stop": 931590555
        },
        {
            "start": 931590557,
            "stop": 931590559
        },
        {
            "start": 931590562,
            "stop": 931590566
        },
        {
            "start": 931590577,
            "stop": 931590581
        },
        {
            "start": 931590585,
            "stop": 931590587
        },
        {
            "start": 931590596,
            "stop": 931590598
        }
    ]
}