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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=207",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 208,
    "results": [
        {
            "start": 818212449,
            "stop": 818212450
        },
        {
            "start": 818212455,
            "stop": 818212458
        },
        {
            "start": 818212480,
            "stop": 818212482
        },
        {
            "start": 818212488,
            "stop": 818212492
        },
        {
            "start": 818212495,
            "stop": 818212499
        },
        {
            "start": 818212505,
            "stop": 818212509
        },
        {
            "start": 818212529,
            "stop": 818212532
        },
        {
            "start": 818212540,
            "stop": 818212542
        },
        {
            "start": 818212545,
            "stop": 818212546
        },
        {
            "start": 818212577,
            "stop": 818212579
        },
        {
            "start": 818212646,
            "stop": 818212647
        },
        {
            "start": 818212667,
            "stop": 818212668
        },
        {
            "start": 818212678,
            "stop": 818212681
        },
        {
            "start": 818212702,
            "stop": 818212707
        },
        {
            "start": 818212730,
            "stop": 818212731
        },
        {
            "start": 818212752,
            "stop": 818212753
        },
        {
            "start": 818212772,
            "stop": 818212776
        },
        {
            "start": 818212794,
            "stop": 818212796
        },
        {
            "start": 818212813,
            "stop": 818212814
        },
        {
            "start": 818212827,
            "stop": 818212829
        }
    ]
}