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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=261",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 262,
    "results": [
        {
            "start": 1376915151,
            "stop": 1376915930
        },
        {
            "start": 1376915931,
            "stop": 1376915987
        },
        {
            "start": 1376915989,
            "stop": 1376917846
        },
        {
            "start": 1376917851,
            "stop": 1376918199
        },
        {
            "start": 1376918203,
            "stop": 1376918319
        },
        {
            "start": 1376918321,
            "stop": 1376919572
        },
        {
            "start": 1376919574,
            "stop": 1376920403
        },
        {
            "start": 1376920405,
            "stop": 1376921406
        },
        {
            "start": 1376921407,
            "stop": 1376923569
        },
        {
            "start": 1376923570,
            "stop": 1376924319
        },
        {
            "start": 1376924321,
            "stop": 1376924486
        },
        {
            "start": 1376924488,
            "stop": 1376924997
        },
        {
            "start": 1376924999,
            "stop": 1376925336
        },
        {
            "start": 1376925337,
            "stop": 1376926277
        },
        {
            "start": 1376926279,
            "stop": 1376926638
        },
        {
            "start": 1376926640,
            "stop": 1376926911
        },
        {
            "start": 1376926912,
            "stop": 1376928583
        },
        {
            "start": 1376928584,
            "stop": 1376929333
        },
        {
            "start": 1376929335,
            "stop": 1376930911
        },
        {
            "start": 1376930913,
            "stop": 1376931703
        }
    ]
}