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=957
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=958",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=956",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 957,
    "results": [
        {
            "start": 1251686185,
            "stop": 1251686190
        },
        {
            "start": 1251686193,
            "stop": 1251686255
        },
        {
            "start": 1251686260,
            "stop": 1251686280
        },
        {
            "start": 1251686285,
            "stop": 1251686291
        },
        {
            "start": 1251686296,
            "stop": 1251686371
        },
        {
            "start": 1251686376,
            "stop": 1251686428
        },
        {
            "start": 1251686433,
            "stop": 1251686770
        },
        {
            "start": 1251686773,
            "stop": 1251686784
        },
        {
            "start": 1251686789,
            "stop": 1251686883
        },
        {
            "start": 1251686888,
            "stop": 1251687000
        },
        {
            "start": 1251687005,
            "stop": 1251687017
        },
        {
            "start": 1251687022,
            "stop": 1251687092
        },
        {
            "start": 1251687097,
            "stop": 1251687276
        },
        {
            "start": 1251687281,
            "stop": 1251687338
        },
        {
            "start": 1251687343,
            "stop": 1251687376
        },
        {
            "start": 1251687381,
            "stop": 1251687451
        },
        {
            "start": 1251687456,
            "stop": 1251687476
        },
        {
            "start": 1251687481,
            "stop": 1251687546
        },
        {
            "start": 1251687551,
            "stop": 1251687580
        },
        {
            "start": 1251687585,
            "stop": 1251687656
        }
    ]
}