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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=256",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 257,
    "results": [
        {
            "start": 1259571765,
            "stop": 1259571771
        },
        {
            "start": 1259571774,
            "stop": 1259571783
        },
        {
            "start": 1259571786,
            "stop": 1259572323
        },
        {
            "start": 1259572325,
            "stop": 1259572350
        },
        {
            "start": 1259572353,
            "stop": 1259572366
        },
        {
            "start": 1259572369,
            "stop": 1259572531
        },
        {
            "start": 1259572533,
            "stop": 1259572546
        },
        {
            "start": 1259572549,
            "stop": 1259572603
        },
        {
            "start": 1259572605,
            "stop": 1259572696
        },
        {
            "start": 1259572698,
            "stop": 1259572708
        },
        {
            "start": 1259572711,
            "stop": 1259573738
        },
        {
            "start": 1259573741,
            "stop": 1259573792
        },
        {
            "start": 1259573795,
            "stop": 1259574140
        },
        {
            "start": 1259574143,
            "stop": 1259574283
        },
        {
            "start": 1259574286,
            "stop": 1259576676
        },
        {
            "start": 1259576679,
            "stop": 1259576790
        },
        {
            "start": 1259576793,
            "stop": 1259576871
        },
        {
            "start": 1259576873,
            "stop": 1259577254
        },
        {
            "start": 1259577257,
            "stop": 1259577360
        },
        {
            "start": 1259577361,
            "stop": 1259577637
        }
    ]
}