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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1755",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1753",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1754,
    "results": [
        {
            "start": 1249440722,
            "stop": 1249440888
        },
        {
            "start": 1249440891,
            "stop": 1249440985
        },
        {
            "start": 1249440988,
            "stop": 1249441022
        },
        {
            "start": 1249441025,
            "stop": 1249441206
        },
        {
            "start": 1249441209,
            "stop": 1249441341
        },
        {
            "start": 1249441344,
            "stop": 1249441371
        },
        {
            "start": 1249441373,
            "stop": 1249441541
        },
        {
            "start": 1249441544,
            "stop": 1249441955
        },
        {
            "start": 1249441958,
            "stop": 1249442044
        },
        {
            "start": 1249442047,
            "stop": 1249442166
        },
        {
            "start": 1249442169,
            "stop": 1249442268
        },
        {
            "start": 1249442271,
            "stop": 1249442330
        },
        {
            "start": 1249442333,
            "stop": 1249442654
        },
        {
            "start": 1249442656,
            "stop": 1249442698
        },
        {
            "start": 1249442701,
            "stop": 1249442830
        },
        {
            "start": 1249442833,
            "stop": 1249443049
        },
        {
            "start": 1249443052,
            "stop": 1249443116
        },
        {
            "start": 1249443119,
            "stop": 1249443284
        },
        {
            "start": 1249443292,
            "stop": 1249443333
        },
        {
            "start": 1249443336,
            "stop": 1249443393
        }
    ]
}