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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=142",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 143,
    "results": [
        {
            "start": 931441237,
            "stop": 931441342
        },
        {
            "start": 931441344,
            "stop": 931441408
        },
        {
            "start": 931441410,
            "stop": 931441476
        },
        {
            "start": 931441478,
            "stop": 931441485
        },
        {
            "start": 931441487,
            "stop": 931441492
        },
        {
            "start": 931441493,
            "stop": 931441512
        },
        {
            "start": 931441514,
            "stop": 931441529
        },
        {
            "start": 931441531,
            "stop": 931441758
        },
        {
            "start": 931441760,
            "stop": 931441788
        },
        {
            "start": 931441790,
            "stop": 931441824
        },
        {
            "start": 931441825,
            "stop": 931441873
        },
        {
            "start": 931441875,
            "stop": 931441888
        },
        {
            "start": 931441890,
            "stop": 931441913
        },
        {
            "start": 931441915,
            "stop": 931442086
        },
        {
            "start": 931442088,
            "stop": 931442098
        },
        {
            "start": 931442100,
            "stop": 931442132
        },
        {
            "start": 931442134,
            "stop": 931442154
        },
        {
            "start": 931442156,
            "stop": 931442191
        },
        {
            "start": 931442193,
            "stop": 931442196
        },
        {
            "start": 931442198,
            "stop": 931442213
        }
    ]
}