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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=187",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 188,
    "results": [
        {
            "start": 848818003,
            "stop": 848823127
        },
        {
            "start": 848823128,
            "stop": 848842303
        },
        {
            "start": 848844157,
            "stop": 848846358
        },
        {
            "start": 848846360,
            "stop": 848846366
        },
        {
            "start": 848847365,
            "stop": 848850522
        },
        {
            "start": 848851323,
            "stop": 848853371
        },
        {
            "start": 848853917,
            "stop": 848855256
        },
        {
            "start": 848856326,
            "stop": 848858337
        },
        {
            "start": 848859399,
            "stop": 848865333
        },
        {
            "start": 848869241,
            "stop": 848876430
        },
        {
            "start": 848877822,
            "stop": 848878290
        },
        {
            "start": 848878610,
            "stop": 848882904
        },
        {
            "start": 848883304,
            "stop": 848896801
        },
        {
            "start": 848898210,
            "stop": 848918508
        },
        {
            "start": 848919778,
            "stop": 848922335
        },
        {
            "start": 848923274,
            "stop": 848942049
        },
        {
            "start": 848942856,
            "stop": 848943929
        },
        {
            "start": 848945593,
            "stop": 848963512
        },
        {
            "start": 848964055,
            "stop": 848969596
        },
        {
            "start": 848970201,
            "stop": 848970214
        }
    ]
}