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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=55",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 56,
    "results": [
        {
            "start": 931499629,
            "stop": 931499631
        },
        {
            "start": 931499634,
            "stop": 931499637
        },
        {
            "start": 931499640,
            "stop": 931499644
        },
        {
            "start": 931499647,
            "stop": 931499651
        },
        {
            "start": 931499654,
            "stop": 931499655
        },
        {
            "start": 931499662,
            "stop": 931499663
        },
        {
            "start": 931499666,
            "stop": 931499668
        },
        {
            "start": 931499671,
            "stop": 931499681
        },
        {
            "start": 931499684,
            "stop": 931499690
        },
        {
            "start": 931499693,
            "stop": 931499700
        },
        {
            "start": 931499706,
            "stop": 931499719
        },
        {
            "start": 931499721,
            "stop": 931499722
        },
        {
            "start": 931499725,
            "stop": 931499730
        },
        {
            "start": 931499733,
            "stop": 931499735
        },
        {
            "start": 931499739,
            "stop": 931499743
        },
        {
            "start": 931499747,
            "stop": 931499748
        },
        {
            "start": 931499751,
            "stop": 931499755
        },
        {
            "start": 931499758,
            "stop": 931499765
        },
        {
            "start": 931499767,
            "stop": 931499771
        },
        {
            "start": 931499774,
            "stop": 931499778
        }
    ]
}