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=1708
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=1709",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1707",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1708,
    "results": [
        {
            "start": 1249076384,
            "stop": 1249076412
        },
        {
            "start": 1249076415,
            "stop": 1249076446
        },
        {
            "start": 1249076448,
            "stop": 1249076536
        },
        {
            "start": 1249076538,
            "stop": 1249076620
        },
        {
            "start": 1249076623,
            "stop": 1249076624
        },
        {
            "start": 1249076627,
            "stop": 1249076661
        },
        {
            "start": 1249076663,
            "stop": 1249076737
        },
        {
            "start": 1249076739,
            "stop": 1249076822
        },
        {
            "start": 1249076825,
            "stop": 1249076941
        },
        {
            "start": 1249076943,
            "stop": 1249076944
        },
        {
            "start": 1249076947,
            "stop": 1249077121
        },
        {
            "start": 1249077124,
            "stop": 1249077142
        },
        {
            "start": 1249077144,
            "stop": 1249077506
        },
        {
            "start": 1249077508,
            "stop": 1249077952
        },
        {
            "start": 1249093442,
            "stop": 1249093782
        },
        {
            "start": 1249093785,
            "stop": 1249096501
        },
        {
            "start": 1249096504,
            "stop": 1249099826
        },
        {
            "start": 1249099834,
            "stop": 1249100887
        },
        {
            "start": 1249100890,
            "stop": 1249101026
        },
        {
            "start": 1249126626,
            "stop": 1249127166
        }
    ]
}