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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=253",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 254,
    "results": [
        {
            "start": 931508409,
            "stop": 931508420
        },
        {
            "start": 931508423,
            "stop": 931508426
        },
        {
            "start": 931508428,
            "stop": 931508433
        },
        {
            "start": 931508436,
            "stop": 931508438
        },
        {
            "start": 931508445,
            "stop": 931508450
        },
        {
            "start": 931508454,
            "stop": 931508464
        },
        {
            "start": 931508470,
            "stop": 931508475
        },
        {
            "start": 931508478,
            "stop": 931508480
        },
        {
            "start": 931508484,
            "stop": 931508486
        },
        {
            "start": 931508490,
            "stop": 931508491
        },
        {
            "start": 931508495,
            "stop": 931508498
        },
        {
            "start": 931508505,
            "stop": 931508512
        },
        {
            "start": 931508514,
            "stop": 931508517
        },
        {
            "start": 931508520,
            "stop": 931508527
        },
        {
            "start": 931508530,
            "stop": 931508531
        },
        {
            "start": 931508536,
            "stop": 931508538
        },
        {
            "start": 931508541,
            "stop": 931508561
        },
        {
            "start": 931508563,
            "stop": 931508581
        },
        {
            "start": 931508584,
            "stop": 931508590
        },
        {
            "start": 931508593,
            "stop": 931508595
        }
    ]
}