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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5226",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5224",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5225,
    "results": [
        {
            "start": 1136353501,
            "stop": 1136353543
        },
        {
            "start": 1136353545,
            "stop": 1136353571
        },
        {
            "start": 1136353573,
            "stop": 1136353582
        },
        {
            "start": 1136353584,
            "stop": 1136353622
        },
        {
            "start": 1136353624,
            "stop": 1136353700
        },
        {
            "start": 1136353702,
            "stop": 1136353754
        },
        {
            "start": 1136353757,
            "stop": 1136353790
        },
        {
            "start": 1136353792,
            "stop": 1136353834
        },
        {
            "start": 1136353836,
            "stop": 1136353908
        },
        {
            "start": 1136353910,
            "stop": 1136353954
        },
        {
            "start": 1136353956,
            "stop": 1136354002
        },
        {
            "start": 1136354004,
            "stop": 1136354389
        },
        {
            "start": 1136354391,
            "stop": 1136354506
        },
        {
            "start": 1136354508,
            "stop": 1136354623
        },
        {
            "start": 1136354625,
            "stop": 1136354638
        },
        {
            "start": 1136354640,
            "stop": 1136354663
        },
        {
            "start": 1136354665,
            "stop": 1136354680
        },
        {
            "start": 1136354682,
            "stop": 1136354696
        },
        {
            "start": 1136354700,
            "stop": 1136354704
        },
        {
            "start": 1136354706,
            "stop": 1136354731
        }
    ]
}