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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1642",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1640",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1641,
    "results": [
        {
            "start": 955997767,
            "stop": 955998816
        },
        {
            "start": 955998818,
            "stop": 955998841
        },
        {
            "start": 955998843,
            "stop": 955998986
        },
        {
            "start": 955998988,
            "stop": 955999636
        },
        {
            "start": 955999638,
            "stop": 956000055
        },
        {
            "start": 956001729,
            "stop": 956003020
        },
        {
            "start": 956003022,
            "stop": 956003825
        },
        {
            "start": 956003827,
            "stop": 956004793
        },
        {
            "start": 956004797,
            "stop": 956004802
        },
        {
            "start": 956004805,
            "stop": 956005953
        },
        {
            "start": 956005955,
            "stop": 956006072
        },
        {
            "start": 956006612,
            "stop": 956007093
        },
        {
            "start": 956007095,
            "stop": 956007102
        },
        {
            "start": 956007104,
            "stop": 956007109
        },
        {
            "start": 956007111,
            "stop": 956017753
        },
        {
            "start": 956017754,
            "stop": 956018132
        },
        {
            "start": 956018134,
            "stop": 956018475
        },
        {
            "start": 956018477,
            "stop": 956019755
        },
        {
            "start": 956019757,
            "stop": 956019972
        },
        {
            "start": 956019973,
            "stop": 956021624
        }
    ]
}