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_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/S6/timelines/L1_BURST_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=130",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 131,
    "results": [
        {
            "start": 931590768,
            "stop": 931590775
        },
        {
            "start": 931590778,
            "stop": 931590782
        },
        {
            "start": 931590790,
            "stop": 931590792
        },
        {
            "start": 931590802,
            "stop": 931590805
        },
        {
            "start": 931590808,
            "stop": 931590815
        },
        {
            "start": 931590818,
            "stop": 931590821
        },
        {
            "start": 931590823,
            "stop": 931590824
        },
        {
            "start": 931590827,
            "stop": 931590836
        },
        {
            "start": 931590839,
            "stop": 931590840
        },
        {
            "start": 931590843,
            "stop": 931590851
        },
        {
            "start": 931590854,
            "stop": 931590855
        },
        {
            "start": 931590860,
            "stop": 931590867
        },
        {
            "start": 931590881,
            "stop": 931590884
        },
        {
            "start": 931590886,
            "stop": 931590895
        },
        {
            "start": 931590899,
            "stop": 931590908
        },
        {
            "start": 931590915,
            "stop": 931590921
        },
        {
            "start": 931590924,
            "stop": 931590926
        },
        {
            "start": 931590929,
            "stop": 931590936
        },
        {
            "start": 931590944,
            "stop": 931590949
        },
        {
            "start": 931590952,
            "stop": 931590957
        }
    ]
}