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=839
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=840",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=838",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 839,
    "results": [
        {
            "start": 1250391774,
            "stop": 1250391797
        },
        {
            "start": 1250391798,
            "stop": 1250391807
        },
        {
            "start": 1250391811,
            "stop": 1250391820
        },
        {
            "start": 1250391824,
            "stop": 1250391837
        },
        {
            "start": 1250391842,
            "stop": 1250391851
        },
        {
            "start": 1250391856,
            "stop": 1250391866
        },
        {
            "start": 1250391872,
            "stop": 1250391879
        },
        {
            "start": 1250391883,
            "stop": 1250391905
        },
        {
            "start": 1250391908,
            "stop": 1250391918
        },
        {
            "start": 1250391922,
            "stop": 1250391970
        },
        {
            "start": 1250391973,
            "stop": 1250391976
        },
        {
            "start": 1250391979,
            "stop": 1250392008
        },
        {
            "start": 1250392013,
            "stop": 1250392022
        },
        {
            "start": 1250392027,
            "stop": 1250392028
        },
        {
            "start": 1250392033,
            "stop": 1250392055
        },
        {
            "start": 1250392058,
            "stop": 1250392059
        },
        {
            "start": 1250392064,
            "stop": 1250392068
        },
        {
            "start": 1250392072,
            "stop": 1250392073
        },
        {
            "start": 1250392078,
            "stop": 1250392099
        },
        {
            "start": 1250392103,
            "stop": 1250392440
        }
    ]
}