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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=151",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 152,
    "results": [
        {
            "start": 931449522,
            "stop": 931449548
        },
        {
            "start": 931449550,
            "stop": 931449571
        },
        {
            "start": 931449573,
            "stop": 931449574
        },
        {
            "start": 931449576,
            "stop": 931449624
        },
        {
            "start": 931449625,
            "stop": 931449633
        },
        {
            "start": 931449635,
            "stop": 931449722
        },
        {
            "start": 931449723,
            "stop": 931449785
        },
        {
            "start": 931449787,
            "stop": 931449858
        },
        {
            "start": 931449859,
            "stop": 931449905
        },
        {
            "start": 931449907,
            "stop": 931449955
        },
        {
            "start": 931449957,
            "stop": 931450028
        },
        {
            "start": 931450030,
            "stop": 931450076
        },
        {
            "start": 931450080,
            "stop": 931450087
        },
        {
            "start": 931450088,
            "stop": 931450179
        },
        {
            "start": 931450180,
            "stop": 931450225
        },
        {
            "start": 931450227,
            "stop": 931450326
        },
        {
            "start": 931450328,
            "stop": 931450399
        },
        {
            "start": 931450401,
            "stop": 931450406
        },
        {
            "start": 931450408,
            "stop": 931450421
        },
        {
            "start": 931450422,
            "stop": 931450432
        }
    ]
}