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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=117",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 118,
    "results": [
        {
            "start": 931564412,
            "stop": 931564445
        },
        {
            "start": 931564450,
            "stop": 931564454
        },
        {
            "start": 931564457,
            "stop": 931564459
        },
        {
            "start": 931564462,
            "stop": 931564463
        },
        {
            "start": 931564469,
            "stop": 931564472
        },
        {
            "start": 931564475,
            "stop": 931564484
        },
        {
            "start": 931564488,
            "stop": 931564508
        },
        {
            "start": 931564512,
            "stop": 931564513
        },
        {
            "start": 931564516,
            "stop": 931564517
        },
        {
            "start": 931564525,
            "stop": 931564527
        },
        {
            "start": 931564532,
            "stop": 931564536
        },
        {
            "start": 931564539,
            "stop": 931564549
        },
        {
            "start": 931564551,
            "stop": 931564553
        },
        {
            "start": 931564556,
            "stop": 931564564
        },
        {
            "start": 931564566,
            "stop": 931564572
        },
        {
            "start": 931564575,
            "stop": 931564580
        },
        {
            "start": 931564585,
            "stop": 931564591
        },
        {
            "start": 931564593,
            "stop": 931564598
        },
        {
            "start": 931564600,
            "stop": 931564620
        },
        {
            "start": 931564624,
            "stop": 931564632
        }
    ]
}