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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=243",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 244,
    "results": [
        {
            "start": 818217212,
            "stop": 818217213
        },
        {
            "start": 818217216,
            "stop": 818217218
        },
        {
            "start": 818217289,
            "stop": 818217291
        },
        {
            "start": 818217297,
            "stop": 818217298
        },
        {
            "start": 818217304,
            "stop": 818217306
        },
        {
            "start": 818217339,
            "stop": 818217348
        },
        {
            "start": 818217355,
            "stop": 818217364
        },
        {
            "start": 818217378,
            "stop": 818217380
        },
        {
            "start": 818217388,
            "stop": 818217392
        },
        {
            "start": 818217414,
            "stop": 818217416
        },
        {
            "start": 818217458,
            "stop": 818217459
        },
        {
            "start": 818217464,
            "stop": 818217468
        },
        {
            "start": 818217479,
            "stop": 818217480
        },
        {
            "start": 818217485,
            "stop": 818217487
        },
        {
            "start": 818217498,
            "stop": 818217501
        },
        {
            "start": 818217505,
            "stop": 818217507
        },
        {
            "start": 818217524,
            "stop": 818217525
        },
        {
            "start": 818217532,
            "stop": 818217533
        },
        {
            "start": 818217536,
            "stop": 818217537
        },
        {
            "start": 818217550,
            "stop": 818217558
        }
    ]
}