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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=894
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=895",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=893",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 894,
    "results": [
        {
            "start": 1251276901,
            "stop": 1251276908
        },
        {
            "start": 1251276911,
            "stop": 1251276926
        },
        {
            "start": 1251276931,
            "stop": 1251276946
        },
        {
            "start": 1251276951,
            "stop": 1251276965
        },
        {
            "start": 1251276968,
            "stop": 1251276980
        },
        {
            "start": 1251276984,
            "stop": 1251277040
        },
        {
            "start": 1251277045,
            "stop": 1251277058
        },
        {
            "start": 1251277062,
            "stop": 1251277101
        },
        {
            "start": 1251277105,
            "stop": 1251277113
        },
        {
            "start": 1251277116,
            "stop": 1251277140
        },
        {
            "start": 1251277144,
            "stop": 1251277151
        },
        {
            "start": 1251277155,
            "stop": 1251277176
        },
        {
            "start": 1251277180,
            "stop": 1251277421
        },
        {
            "start": 1251277424,
            "stop": 1251277448
        },
        {
            "start": 1251277452,
            "stop": 1251277486
        },
        {
            "start": 1251277487,
            "stop": 1251277490
        },
        {
            "start": 1251277493,
            "stop": 1251278423
        },
        {
            "start": 1251278427,
            "stop": 1251278854
        },
        {
            "start": 1251278858,
            "stop": 1251279022
        },
        {
            "start": 1251279027,
            "stop": 1251279054
        }
    ]
}