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=775
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=776",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=774",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 775,
    "results": [
        {
            "start": 1249403797,
            "stop": 1249404219
        },
        {
            "start": 1249404223,
            "stop": 1249404916
        },
        {
            "start": 1249404924,
            "stop": 1249407025
        },
        {
            "start": 1249407029,
            "stop": 1249407903
        },
        {
            "start": 1249407911,
            "stop": 1249408872
        },
        {
            "start": 1249408876,
            "stop": 1249408899
        },
        {
            "start": 1249408907,
            "stop": 1249410626
        },
        {
            "start": 1249410631,
            "stop": 1249411429
        },
        {
            "start": 1249411431,
            "stop": 1249413633
        },
        {
            "start": 1249414449,
            "stop": 1249415544
        },
        {
            "start": 1249415548,
            "stop": 1249415568
        },
        {
            "start": 1249416030,
            "stop": 1249417993
        },
        {
            "start": 1249417997,
            "stop": 1249420670
        },
        {
            "start": 1249420674,
            "stop": 1249420942
        },
        {
            "start": 1249420947,
            "stop": 1249420967
        },
        {
            "start": 1249420972,
            "stop": 1249420979
        },
        {
            "start": 1249420984,
            "stop": 1249421080
        },
        {
            "start": 1249421085,
            "stop": 1249421150
        },
        {
            "start": 1249421155,
            "stop": 1249422033
        },
        {
            "start": 1249422038,
            "stop": 1249422141
        }
    ]
}