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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=113",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 114,
    "results": [
        {
            "start": 931513741,
            "stop": 931513754
        },
        {
            "start": 931513761,
            "stop": 931513767
        },
        {
            "start": 931513769,
            "stop": 931513770
        },
        {
            "start": 931513784,
            "stop": 931513785
        },
        {
            "start": 931513789,
            "stop": 931513792
        },
        {
            "start": 931513798,
            "stop": 931513806
        },
        {
            "start": 931513810,
            "stop": 931513821
        },
        {
            "start": 931513823,
            "stop": 931513825
        },
        {
            "start": 931513832,
            "stop": 931513833
        },
        {
            "start": 931513838,
            "stop": 931513839
        },
        {
            "start": 931513842,
            "stop": 931513843
        },
        {
            "start": 931513849,
            "stop": 931513855
        },
        {
            "start": 931513860,
            "stop": 931513862
        },
        {
            "start": 931513868,
            "stop": 931513870
        },
        {
            "start": 931513885,
            "stop": 931513887
        },
        {
            "start": 931513889,
            "stop": 931513891
        },
        {
            "start": 931513906,
            "stop": 931513908
        },
        {
            "start": 931527621,
            "stop": 931527980
        },
        {
            "start": 931527983,
            "stop": 931528091
        },
        {
            "start": 931528093,
            "stop": 931528608
        }
    ]
}