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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=68",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 69,
    "results": [
        {
            "start": 931502024,
            "stop": 931502031
        },
        {
            "start": 931502033,
            "stop": 931502040
        },
        {
            "start": 931502043,
            "stop": 931502046
        },
        {
            "start": 931502049,
            "stop": 931502059
        },
        {
            "start": 931502061,
            "stop": 931502083
        },
        {
            "start": 931502086,
            "stop": 931502092
        },
        {
            "start": 931502095,
            "stop": 931502118
        },
        {
            "start": 931502120,
            "stop": 931502136
        },
        {
            "start": 931502139,
            "stop": 931502151
        },
        {
            "start": 931502153,
            "stop": 931502155
        },
        {
            "start": 931502161,
            "stop": 931502166
        },
        {
            "start": 931502169,
            "stop": 931502173
        },
        {
            "start": 931502176,
            "stop": 931502187
        },
        {
            "start": 931502193,
            "stop": 931502201
        },
        {
            "start": 931502205,
            "stop": 931502219
        },
        {
            "start": 931502222,
            "stop": 931502244
        },
        {
            "start": 931502246,
            "stop": 931502256
        },
        {
            "start": 931502259,
            "stop": 931502263
        },
        {
            "start": 931502266,
            "stop": 931502272
        },
        {
            "start": 931502275,
            "stop": 931502286
        }
    ]
}