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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6852",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6853,
    "results": [
        {
            "start": 873223571,
            "stop": 873223647
        },
        {
            "start": 873223651,
            "stop": 873223862
        },
        {
            "start": 873223866,
            "stop": 873223957
        },
        {
            "start": 873223961,
            "stop": 873223974
        },
        {
            "start": 873223977,
            "stop": 873223979
        },
        {
            "start": 873223983,
            "stop": 873223993
        },
        {
            "start": 873223997,
            "stop": 873224610
        },
        {
            "start": 873224613,
            "stop": 873224989
        },
        {
            "start": 873224993,
            "stop": 873225001
        },
        {
            "start": 873225005,
            "stop": 873225010
        },
        {
            "start": 873225014,
            "stop": 873225024
        },
        {
            "start": 873225032,
            "stop": 873225044
        },
        {
            "start": 873225049,
            "stop": 873225050
        },
        {
            "start": 873225054,
            "stop": 873225115
        },
        {
            "start": 873225119,
            "stop": 873225148
        },
        {
            "start": 873225153,
            "stop": 873225161
        },
        {
            "start": 873225164,
            "stop": 873225398
        },
        {
            "start": 873225401,
            "stop": 873225415
        },
        {
            "start": 873225419,
            "stop": 873225470
        },
        {
            "start": 873225477,
            "stop": 873225480
        }
    ]
}