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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6073",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6071",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6072,
    "results": [
        {
            "start": 873867204,
            "stop": 873867209
        },
        {
            "start": 873867213,
            "stop": 873867222
        },
        {
            "start": 873867223,
            "stop": 873867228
        },
        {
            "start": 873867232,
            "stop": 873867392
        },
        {
            "start": 873867403,
            "stop": 873867406
        },
        {
            "start": 873867409,
            "stop": 873867427
        },
        {
            "start": 873867430,
            "stop": 873867437
        },
        {
            "start": 873867440,
            "stop": 873867442
        },
        {
            "start": 873867446,
            "stop": 873867448
        },
        {
            "start": 873867454,
            "stop": 873867458
        },
        {
            "start": 873867464,
            "stop": 873867568
        },
        {
            "start": 873867571,
            "stop": 873867803
        },
        {
            "start": 873867806,
            "stop": 873868059
        },
        {
            "start": 873868062,
            "stop": 873868067
        },
        {
            "start": 873868070,
            "stop": 873868087
        },
        {
            "start": 873868090,
            "stop": 873868102
        },
        {
            "start": 873868105,
            "stop": 873868332
        },
        {
            "start": 873868335,
            "stop": 873868968
        },
        {
            "start": 873868979,
            "stop": 873868988
        },
        {
            "start": 873868991,
            "stop": 873868992
        }
    ]
}