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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=66",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 67,
    "results": [
        {
            "start": 1238303502,
            "stop": 1238303788
        },
        {
            "start": 1238303791,
            "stop": 1238303859
        },
        {
            "start": 1238303863,
            "stop": 1238303864
        },
        {
            "start": 1238303866,
            "stop": 1238303961
        },
        {
            "start": 1238303965,
            "stop": 1238303966
        },
        {
            "start": 1238303970,
            "stop": 1238303990
        },
        {
            "start": 1238303994,
            "stop": 1238304387
        },
        {
            "start": 1238304388,
            "stop": 1238304541
        },
        {
            "start": 1238304554,
            "stop": 1238304825
        },
        {
            "start": 1238304826,
            "stop": 1238304831
        },
        {
            "start": 1238304832,
            "stop": 1238304851
        },
        {
            "start": 1238304852,
            "stop": 1238305112
        },
        {
            "start": 1238305113,
            "stop": 1238305248
        },
        {
            "start": 1238305250,
            "stop": 1238305447
        },
        {
            "start": 1238305449,
            "stop": 1238306044
        },
        {
            "start": 1238306048,
            "stop": 1238306378
        },
        {
            "start": 1238306380,
            "stop": 1238306906
        },
        {
            "start": 1238306907,
            "stop": 1238307437
        },
        {
            "start": 1238307439,
            "stop": 1238307454
        },
        {
            "start": 1238307462,
            "stop": 1238307557
        }
    ]
}