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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=415",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=413",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 414,
    "results": [
        {
            "start": 939657435,
            "stop": 939660272
        },
        {
            "start": 939660924,
            "stop": 939662317
        },
        {
            "start": 939675615,
            "stop": 939684463
        },
        {
            "start": 939692632,
            "stop": 939709605
        },
        {
            "start": 939713630,
            "stop": 939724325
        },
        {
            "start": 939724326,
            "stop": 939732389
        },
        {
            "start": 939737372,
            "stop": 939740438
        },
        {
            "start": 939742951,
            "stop": 939754584
        },
        {
            "start": 939754587,
            "stop": 939754672
        },
        {
            "start": 939754675,
            "stop": 939754682
        },
        {
            "start": 939754685,
            "stop": 939755377
        },
        {
            "start": 939765730,
            "stop": 939767776
        },
        {
            "start": 939767778,
            "stop": 939767925
        },
        {
            "start": 939767930,
            "stop": 939777194
        },
        {
            "start": 939786625,
            "stop": 939792510
        },
        {
            "start": 939795135,
            "stop": 939801303
        },
        {
            "start": 939801304,
            "stop": 939802913
        },
        {
            "start": 939802915,
            "stop": 939822318
        },
        {
            "start": 939822320,
            "stop": 939828983
        },
        {
            "start": 939831746,
            "stop": 939849520
        }
    ]
}