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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=159",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 160,
    "results": [
        {
            "start": 931461487,
            "stop": 931461520
        },
        {
            "start": 931461522,
            "stop": 931461603
        },
        {
            "start": 931461605,
            "stop": 931461637
        },
        {
            "start": 931461638,
            "stop": 931461736
        },
        {
            "start": 931461738,
            "stop": 931461809
        },
        {
            "start": 931461811,
            "stop": 931461849
        },
        {
            "start": 931461852,
            "stop": 931461855
        },
        {
            "start": 931461860,
            "stop": 931461907
        },
        {
            "start": 931461908,
            "stop": 931461916
        },
        {
            "start": 931461918,
            "stop": 931461988
        },
        {
            "start": 931461990,
            "stop": 931462025
        },
        {
            "start": 931462026,
            "stop": 931462071
        },
        {
            "start": 931462072,
            "stop": 931462143
        },
        {
            "start": 931462145,
            "stop": 931462153
        },
        {
            "start": 931462155,
            "stop": 931462214
        },
        {
            "start": 931462216,
            "stop": 931462271
        },
        {
            "start": 931462273,
            "stop": 931462403
        },
        {
            "start": 931462405,
            "stop": 931462461
        },
        {
            "start": 931462463,
            "stop": 931462465
        },
        {
            "start": 931462467,
            "stop": 931462497
        }
    ]
}