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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=62",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 63,
    "results": [
        {
            "start": 1370593513,
            "stop": 1370594820
        },
        {
            "start": 1370594822,
            "stop": 1370597006
        },
        {
            "start": 1370597008,
            "stop": 1370598886
        },
        {
            "start": 1370598888,
            "stop": 1370601124
        },
        {
            "start": 1370601126,
            "stop": 1370601813
        },
        {
            "start": 1370601815,
            "stop": 1370603197
        },
        {
            "start": 1370603198,
            "stop": 1370605310
        },
        {
            "start": 1370605311,
            "stop": 1370606798
        },
        {
            "start": 1370606803,
            "stop": 1370607323
        },
        {
            "start": 1370607325,
            "stop": 1370609589
        },
        {
            "start": 1370609591,
            "stop": 1370611930
        },
        {
            "start": 1370611931,
            "stop": 1370614262
        },
        {
            "start": 1370614264,
            "stop": 1370616291
        },
        {
            "start": 1370616292,
            "stop": 1370616989
        },
        {
            "start": 1370616991,
            "stop": 1370620204
        },
        {
            "start": 1370620206,
            "stop": 1370620962
        },
        {
            "start": 1370620964,
            "stop": 1370622105
        },
        {
            "start": 1370622107,
            "stop": 1370622695
        },
        {
            "start": 1370622697,
            "stop": 1370623983
        },
        {
            "start": 1370623985,
            "stop": 1370624635
        }
    ]
}