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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=259",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 260,
    "results": [
        {
            "start": 848336194,
            "stop": 848336510
        },
        {
            "start": 848336520,
            "stop": 848336530
        },
        {
            "start": 848336534,
            "stop": 848336539
        },
        {
            "start": 848336543,
            "stop": 848337136
        },
        {
            "start": 848337139,
            "stop": 848337150
        },
        {
            "start": 848337154,
            "stop": 848337160
        },
        {
            "start": 848337163,
            "stop": 848337174
        },
        {
            "start": 848337178,
            "stop": 848337184
        },
        {
            "start": 848337187,
            "stop": 848337246
        },
        {
            "start": 848337250,
            "stop": 848337298
        },
        {
            "start": 848337302,
            "stop": 848337388
        },
        {
            "start": 848337393,
            "stop": 848337527
        },
        {
            "start": 848337531,
            "stop": 848337628
        },
        {
            "start": 848337632,
            "stop": 848340312
        },
        {
            "start": 848340419,
            "stop": 848347026
        },
        {
            "start": 848347030,
            "stop": 848347108
        },
        {
            "start": 848347113,
            "stop": 848347137
        },
        {
            "start": 848347141,
            "stop": 848347199
        },
        {
            "start": 848347203,
            "stop": 848347237
        },
        {
            "start": 848347241,
            "stop": 848347262
        }
    ]
}