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=14298
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=14299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14297",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14298,
    "results": [
        {
            "start": 971241171,
            "stop": 971241212
        },
        {
            "start": 971241214,
            "stop": 971241215
        },
        {
            "start": 971241219,
            "stop": 971241263
        },
        {
            "start": 971241264,
            "stop": 971241269
        },
        {
            "start": 971241270,
            "stop": 971241274
        },
        {
            "start": 971241275,
            "stop": 971241279
        },
        {
            "start": 971241281,
            "stop": 971241287
        },
        {
            "start": 971241288,
            "stop": 971241300
        },
        {
            "start": 971241302,
            "stop": 971241305
        },
        {
            "start": 971241307,
            "stop": 971241311
        },
        {
            "start": 971241312,
            "stop": 971241319
        },
        {
            "start": 971241320,
            "stop": 971241322
        },
        {
            "start": 971241324,
            "stop": 971241359
        },
        {
            "start": 971241361,
            "stop": 971241369
        },
        {
            "start": 971241371,
            "stop": 971241376
        },
        {
            "start": 971241377,
            "stop": 971241383
        },
        {
            "start": 971241384,
            "stop": 971241388
        },
        {
            "start": 971241391,
            "stop": 971241400
        },
        {
            "start": 971241402,
            "stop": 971241408
        },
        {
            "start": 971241411,
            "stop": 971241416
        }
    ]
}