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_CAT3/segments?format=api&page=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=158",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 159,
    "results": [
        {
            "start": 931597129,
            "stop": 931597140
        },
        {
            "start": 931597143,
            "stop": 931597144
        },
        {
            "start": 931597150,
            "stop": 931597153
        },
        {
            "start": 931597157,
            "stop": 931597158
        },
        {
            "start": 931597161,
            "stop": 931597165
        },
        {
            "start": 931597168,
            "stop": 931597170
        },
        {
            "start": 931597176,
            "stop": 931597177
        },
        {
            "start": 931597180,
            "stop": 931597181
        },
        {
            "start": 931597187,
            "stop": 931597192
        },
        {
            "start": 931597207,
            "stop": 931597214
        },
        {
            "start": 931597220,
            "stop": 931597221
        },
        {
            "start": 931597224,
            "stop": 931597228
        },
        {
            "start": 931597238,
            "stop": 931597249
        },
        {
            "start": 931597253,
            "stop": 931597260
        },
        {
            "start": 931597263,
            "stop": 931597272
        },
        {
            "start": 931597275,
            "stop": 931597278
        },
        {
            "start": 931597281,
            "stop": 931597286
        },
        {
            "start": 931597288,
            "stop": 931597291
        },
        {
            "start": 931597294,
            "stop": 931597300
        },
        {
            "start": 931597303,
            "stop": 931597312
        }
    ]
}