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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=290",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 291,
    "results": [
        {
            "start": 852067570,
            "stop": 852067575
        },
        {
            "start": 852067632,
            "stop": 852067638
        },
        {
            "start": 852067647,
            "stop": 852067652
        },
        {
            "start": 852067656,
            "stop": 852067667
        },
        {
            "start": 852067671,
            "stop": 852067677
        },
        {
            "start": 852067680,
            "stop": 852067696
        },
        {
            "start": 852067704,
            "stop": 852067719
        },
        {
            "start": 852067738,
            "stop": 852067754
        },
        {
            "start": 852067758,
            "stop": 852067768
        },
        {
            "start": 852067776,
            "stop": 852067782
        },
        {
            "start": 852069950,
            "stop": 852069984
        },
        {
            "start": 852069993,
            "stop": 852069999
        },
        {
            "start": 852070003,
            "stop": 852070033
        },
        {
            "start": 852099630,
            "stop": 852100014
        },
        {
            "start": 852100023,
            "stop": 852100028
        },
        {
            "start": 852100033,
            "stop": 852100038
        },
        {
            "start": 852100042,
            "stop": 852100675
        },
        {
            "start": 852100679,
            "stop": 852101234
        },
        {
            "start": 852101238,
            "stop": 852101345
        },
        {
            "start": 852101350,
            "stop": 852101426
        }
    ]
}