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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5246",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5244",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5245,
    "results": [
        {
            "start": 1136385697,
            "stop": 1136385710
        },
        {
            "start": 1136385712,
            "stop": 1136385729
        },
        {
            "start": 1136385731,
            "stop": 1136385760
        },
        {
            "start": 1136385762,
            "stop": 1136385775
        },
        {
            "start": 1136385777,
            "stop": 1136385802
        },
        {
            "start": 1136385804,
            "stop": 1136385825
        },
        {
            "start": 1136385827,
            "stop": 1136385840
        },
        {
            "start": 1136385842,
            "stop": 1136385874
        },
        {
            "start": 1136385876,
            "stop": 1136385888
        },
        {
            "start": 1136385890,
            "stop": 1136385896
        },
        {
            "start": 1136385897,
            "stop": 1136385938
        },
        {
            "start": 1136385940,
            "stop": 1136385995
        },
        {
            "start": 1136385998,
            "stop": 1136386003
        },
        {
            "start": 1136386005,
            "stop": 1136386029
        },
        {
            "start": 1136386031,
            "stop": 1136386046
        },
        {
            "start": 1136386048,
            "stop": 1136386076
        },
        {
            "start": 1136386078,
            "stop": 1136386081
        },
        {
            "start": 1136386083,
            "stop": 1136386100
        },
        {
            "start": 1136386102,
            "stop": 1136386138
        },
        {
            "start": 1136386140,
            "stop": 1136386148
        }
    ]
}