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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=322",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 323,
    "results": [
        {
            "start": 1260322488,
            "stop": 1260322544
        },
        {
            "start": 1260322547,
            "stop": 1260322548
        },
        {
            "start": 1260322551,
            "stop": 1260322782
        },
        {
            "start": 1260322785,
            "stop": 1260322839
        },
        {
            "start": 1260322842,
            "stop": 1260322961
        },
        {
            "start": 1260322964,
            "stop": 1260323182
        },
        {
            "start": 1260323185,
            "stop": 1260323410
        },
        {
            "start": 1260323413,
            "stop": 1260323495
        },
        {
            "start": 1260323498,
            "stop": 1260323606
        },
        {
            "start": 1260323609,
            "stop": 1260323759
        },
        {
            "start": 1260323762,
            "stop": 1260323801
        },
        {
            "start": 1260323804,
            "stop": 1260324027
        },
        {
            "start": 1260324030,
            "stop": 1260324578
        },
        {
            "start": 1260324581,
            "stop": 1260325146
        },
        {
            "start": 1260325149,
            "stop": 1260325176
        },
        {
            "start": 1260325179,
            "stop": 1260325190
        },
        {
            "start": 1260325193,
            "stop": 1260325382
        },
        {
            "start": 1260325385,
            "stop": 1260325394
        },
        {
            "start": 1260325397,
            "stop": 1260325406
        },
        {
            "start": 1260325412,
            "stop": 1260325421
        }
    ]
}