Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7002
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7003",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7001",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7002,
    "results": [
        {
            "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": 873868022
        },
        {
            "start": 873868026,
            "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
        },
        {
            "start": 873868995,
            "stop": 873869019
        },
        {
            "start": 873869023,
            "stop": 873869284
        },
        {
            "start": 873869287,
            "stop": 873869296
        }
    ]
}