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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1578",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1576",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1577,
    "results": [
        {
            "start": 952704286,
            "stop": 952704644
        },
        {
            "start": 952704646,
            "stop": 952704809
        },
        {
            "start": 952704811,
            "stop": 952704860
        },
        {
            "start": 952704862,
            "stop": 952704999
        },
        {
            "start": 952705002,
            "stop": 952705219
        },
        {
            "start": 952705221,
            "stop": 952705400
        },
        {
            "start": 952705402,
            "stop": 952705430
        },
        {
            "start": 952705432,
            "stop": 952706879
        },
        {
            "start": 952706881,
            "stop": 952707640
        },
        {
            "start": 952707642,
            "stop": 952708721
        },
        {
            "start": 952708722,
            "stop": 952708778
        },
        {
            "start": 952708780,
            "stop": 952708840
        },
        {
            "start": 952708842,
            "stop": 952708844
        },
        {
            "start": 952708846,
            "stop": 952709263
        },
        {
            "start": 952709265,
            "stop": 952709333
        },
        {
            "start": 952709337,
            "stop": 952709379
        },
        {
            "start": 952709382,
            "stop": 952709420
        },
        {
            "start": 952710172,
            "stop": 952710796
        },
        {
            "start": 952710797,
            "stop": 952711195
        },
        {
            "start": 952711197,
            "stop": 952711216
        }
    ]
}