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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=130",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 131,
    "results": [
        {
            "start": 1126657522,
            "stop": 1126657527
        },
        {
            "start": 1126657529,
            "stop": 1126657586
        },
        {
            "start": 1126657589,
            "stop": 1126657604
        },
        {
            "start": 1126657607,
            "stop": 1126657631
        },
        {
            "start": 1126657632,
            "stop": 1126657633
        },
        {
            "start": 1126657637,
            "stop": 1126657638
        },
        {
            "start": 1126657641,
            "stop": 1126657668
        },
        {
            "start": 1126657669,
            "stop": 1126657671
        },
        {
            "start": 1126657672,
            "stop": 1126657674
        },
        {
            "start": 1126657678,
            "stop": 1126657679
        },
        {
            "start": 1126657681,
            "stop": 1126657691
        },
        {
            "start": 1126657692,
            "stop": 1126657695
        },
        {
            "start": 1126657757,
            "stop": 1126657797
        },
        {
            "start": 1126657798,
            "stop": 1126657817
        },
        {
            "start": 1126657937,
            "stop": 1126658003
        },
        {
            "start": 1126658005,
            "stop": 1126658006
        },
        {
            "start": 1126658012,
            "stop": 1126658014
        },
        {
            "start": 1126658017,
            "stop": 1126658018
        },
        {
            "start": 1126658019,
            "stop": 1126658077
        },
        {
            "start": 1126658078,
            "stop": 1126658091
        }
    ]
}