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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14179",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14180,
    "results": [
        {
            "start": 971167616,
            "stop": 971167619
        },
        {
            "start": 971167626,
            "stop": 971167627
        },
        {
            "start": 971167629,
            "stop": 971167630
        },
        {
            "start": 971167631,
            "stop": 971167634
        },
        {
            "start": 971167636,
            "stop": 971167637
        },
        {
            "start": 971167642,
            "stop": 971167643
        },
        {
            "start": 971167644,
            "stop": 971167646
        },
        {
            "start": 971167648,
            "stop": 971167650
        },
        {
            "start": 971167652,
            "stop": 971167653
        },
        {
            "start": 971167654,
            "stop": 971167660
        },
        {
            "start": 971167661,
            "stop": 971167663
        },
        {
            "start": 971167664,
            "stop": 971167667
        },
        {
            "start": 971167668,
            "stop": 971167669
        },
        {
            "start": 971167671,
            "stop": 971167673
        },
        {
            "start": 971167676,
            "stop": 971167679
        },
        {
            "start": 971167681,
            "stop": 971167682
        },
        {
            "start": 971167683,
            "stop": 971167684
        },
        {
            "start": 971167685,
            "stop": 971167686
        },
        {
            "start": 971167691,
            "stop": 971167692
        },
        {
            "start": 971167693,
            "stop": 971167695
        }
    ]
}