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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=392",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 393,
    "results": [
        {
            "start": 1182215473,
            "stop": 1182215475
        },
        {
            "start": 1182215476,
            "stop": 1182220351
        },
        {
            "start": 1182220355,
            "stop": 1182221406
        },
        {
            "start": 1182221407,
            "stop": 1182224981
        },
        {
            "start": 1182224985,
            "stop": 1182238022
        },
        {
            "start": 1182238023,
            "stop": 1182240355
        },
        {
            "start": 1182240356,
            "stop": 1182241121
        },
        {
            "start": 1182241122,
            "stop": 1182241150
        },
        {
            "start": 1182241153,
            "stop": 1182244422
        },
        {
            "start": 1182244423,
            "stop": 1182246617
        },
        {
            "start": 1182246618,
            "stop": 1182250082
        },
        {
            "start": 1182250083,
            "stop": 1182250980
        },
        {
            "start": 1182250983,
            "stop": 1182251230
        },
        {
            "start": 1182251234,
            "stop": 1182252127
        },
        {
            "start": 1182252128,
            "stop": 1182252501
        },
        {
            "start": 1182252505,
            "stop": 1182254493
        },
        {
            "start": 1182254497,
            "stop": 1182255296
        },
        {
            "start": 1182255297,
            "stop": 1182257333
        },
        {
            "start": 1182257334,
            "stop": 1182260600
        },
        {
            "start": 1182260601,
            "stop": 1182261632
        }
    ]
}