Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=60",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 61,
    "results": [
        {
            "start": 931500592,
            "stop": 931500594
        },
        {
            "start": 931500600,
            "stop": 931500624
        },
        {
            "start": 931500631,
            "stop": 931500639
        },
        {
            "start": 931500642,
            "stop": 931500652
        },
        {
            "start": 931500656,
            "stop": 931500663
        },
        {
            "start": 931500666,
            "stop": 931500672
        },
        {
            "start": 931500675,
            "stop": 931500688
        },
        {
            "start": 931500694,
            "stop": 931500696
        },
        {
            "start": 931500702,
            "stop": 931500707
        },
        {
            "start": 931500710,
            "stop": 931500712
        },
        {
            "start": 931500715,
            "stop": 931500716
        },
        {
            "start": 931500719,
            "stop": 931500738
        },
        {
            "start": 931500741,
            "stop": 931500744
        },
        {
            "start": 931500747,
            "stop": 931500749
        },
        {
            "start": 931500752,
            "stop": 931500780
        },
        {
            "start": 931500785,
            "stop": 931500797
        },
        {
            "start": 931500801,
            "stop": 931500812
        },
        {
            "start": 931500818,
            "stop": 931500831
        },
        {
            "start": 931500836,
            "stop": 931500842
        },
        {
            "start": 931500846,
            "stop": 931500855
        }
    ]
}