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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=351",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 352,
    "results": [
        {
            "start": 1240764591,
            "stop": 1240768504
        },
        {
            "start": 1240768507,
            "stop": 1240773018
        },
        {
            "start": 1240773021,
            "stop": 1240773942
        },
        {
            "start": 1240773945,
            "stop": 1240774142
        },
        {
            "start": 1240774147,
            "stop": 1240775257
        },
        {
            "start": 1240775260,
            "stop": 1240776392
        },
        {
            "start": 1240784297,
            "stop": 1240784641
        },
        {
            "start": 1240784645,
            "stop": 1240788940
        },
        {
            "start": 1240788943,
            "stop": 1240789263
        },
        {
            "start": 1240789267,
            "stop": 1240792800
        },
        {
            "start": 1240792803,
            "stop": 1240794765
        },
        {
            "start": 1240794768,
            "stop": 1240797004
        },
        {
            "start": 1240797014,
            "stop": 1240797015
        },
        {
            "start": 1240797026,
            "stop": 1240799638
        },
        {
            "start": 1240799642,
            "stop": 1240800329
        },
        {
            "start": 1240800334,
            "stop": 1240806035
        },
        {
            "start": 1240806038,
            "stop": 1240814770
        },
        {
            "start": 1240814773,
            "stop": 1240814990
        },
        {
            "start": 1240814993,
            "stop": 1240818018
        },
        {
            "start": 1240818023,
            "stop": 1240822318
        }
    ]
}