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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=74",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 75,
    "results": [
        {
            "start": 838845349,
            "stop": 838911835
        },
        {
            "start": 838912976,
            "stop": 838923948
        },
        {
            "start": 838926508,
            "stop": 839020537
        },
        {
            "start": 839021687,
            "stop": 839025079
        },
        {
            "start": 839026082,
            "stop": 839026779
        },
        {
            "start": 839027371,
            "stop": 839073635
        },
        {
            "start": 839074343,
            "stop": 839084379
        },
        {
            "start": 839100641,
            "stop": 839103149
        },
        {
            "start": 839103966,
            "stop": 839127744
        },
        {
            "start": 839129014,
            "stop": 839129133
        },
        {
            "start": 839129152,
            "stop": 839184801
        },
        {
            "start": 839185083,
            "stop": 839185880
        },
        {
            "start": 839187406,
            "stop": 839193206
        },
        {
            "start": 839194690,
            "stop": 839201782
        },
        {
            "start": 839202996,
            "stop": 839258178
        },
        {
            "start": 839260427,
            "stop": 839264684
        },
        {
            "start": 839265169,
            "stop": 839267118
        },
        {
            "start": 839267936,
            "stop": 839284961
        },
        {
            "start": 839286074,
            "stop": 839296863
        },
        {
            "start": 839297538,
            "stop": 839297718
        }
    ]
}