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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=533",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=531",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 532,
    "results": [
        {
            "start": 1262795401,
            "stop": 1262795640
        },
        {
            "start": 1262795643,
            "stop": 1262795808
        },
        {
            "start": 1262795811,
            "stop": 1262796107
        },
        {
            "start": 1262796110,
            "stop": 1262796154
        },
        {
            "start": 1262796157,
            "stop": 1262796470
        },
        {
            "start": 1262796473,
            "stop": 1262796818
        },
        {
            "start": 1262796821,
            "stop": 1262797317
        },
        {
            "start": 1262797320,
            "stop": 1262798368
        },
        {
            "start": 1262798374,
            "stop": 1262798425
        },
        {
            "start": 1262798428,
            "stop": 1262798691
        },
        {
            "start": 1262798694,
            "stop": 1262798860
        },
        {
            "start": 1262798863,
            "stop": 1262798885
        },
        {
            "start": 1262798888,
            "stop": 1262798938
        },
        {
            "start": 1262798941,
            "stop": 1262798994
        },
        {
            "start": 1262798997,
            "stop": 1262798998
        },
        {
            "start": 1262799001,
            "stop": 1262799006
        },
        {
            "start": 1262799009,
            "stop": 1262799010
        },
        {
            "start": 1262799013,
            "stop": 1262799014
        },
        {
            "start": 1262799017,
            "stop": 1262799131
        },
        {
            "start": 1262799134,
            "stop": 1262799257
        }
    ]
}