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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=236",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 237,
    "results": [
        {
            "start": 931504846,
            "stop": 931504848
        },
        {
            "start": 931504851,
            "stop": 931504854
        },
        {
            "start": 931504857,
            "stop": 931504858
        },
        {
            "start": 931504867,
            "stop": 931504873
        },
        {
            "start": 931504879,
            "stop": 931504881
        },
        {
            "start": 931504883,
            "stop": 931504888
        },
        {
            "start": 931504893,
            "stop": 931504894
        },
        {
            "start": 931504897,
            "stop": 931504898
        },
        {
            "start": 931504900,
            "stop": 931504907
        },
        {
            "start": 931504911,
            "stop": 931504912
        },
        {
            "start": 931504915,
            "stop": 931504916
        },
        {
            "start": 931504919,
            "stop": 931504923
        },
        {
            "start": 931504925,
            "stop": 931504927
        },
        {
            "start": 931504930,
            "stop": 931504931
        },
        {
            "start": 931504934,
            "stop": 931504936
        },
        {
            "start": 931504939,
            "stop": 931504945
        },
        {
            "start": 931504948,
            "stop": 931504949
        },
        {
            "start": 931504958,
            "stop": 931504964
        },
        {
            "start": 931504969,
            "stop": 931504970
        },
        {
            "start": 931504975,
            "stop": 931504979
        }
    ]
}