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=250
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=251",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=249",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 250,
    "results": [
        {
            "start": 931507420,
            "stop": 931507422
        },
        {
            "start": 931507425,
            "stop": 931507450
        },
        {
            "start": 931507454,
            "stop": 931507457
        },
        {
            "start": 931507459,
            "stop": 931507475
        },
        {
            "start": 931507478,
            "stop": 931507488
        },
        {
            "start": 931507491,
            "stop": 931507505
        },
        {
            "start": 931507508,
            "stop": 931507509
        },
        {
            "start": 931507512,
            "stop": 931507515
        },
        {
            "start": 931507518,
            "stop": 931507519
        },
        {
            "start": 931507520,
            "stop": 931507523
        },
        {
            "start": 931507525,
            "stop": 931507531
        },
        {
            "start": 931507534,
            "stop": 931507552
        },
        {
            "start": 931507557,
            "stop": 931507562
        },
        {
            "start": 931507565,
            "stop": 931507566
        },
        {
            "start": 931507569,
            "stop": 931507599
        },
        {
            "start": 931507601,
            "stop": 931507610
        },
        {
            "start": 931507613,
            "stop": 931507618
        },
        {
            "start": 931507620,
            "stop": 931507624
        },
        {
            "start": 931507626,
            "stop": 931507644
        },
        {
            "start": 931507647,
            "stop": 931507656
        }
    ]
}