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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=313",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 314,
    "results": [
        {
            "start": 931773534,
            "stop": 931773538
        },
        {
            "start": 931773541,
            "stop": 931773550
        },
        {
            "start": 931773553,
            "stop": 931773555
        },
        {
            "start": 931773558,
            "stop": 931773571
        },
        {
            "start": 931773575,
            "stop": 931773595
        },
        {
            "start": 931773598,
            "stop": 931773600
        },
        {
            "start": 931773603,
            "stop": 931773606
        },
        {
            "start": 931773611,
            "stop": 931773616
        },
        {
            "start": 931773622,
            "stop": 931773624
        },
        {
            "start": 931773627,
            "stop": 931773632
        },
        {
            "start": 931773637,
            "stop": 931773639
        },
        {
            "start": 931773642,
            "stop": 931773658
        },
        {
            "start": 931773661,
            "stop": 931773678
        },
        {
            "start": 931773690,
            "stop": 931773694
        },
        {
            "start": 931773698,
            "stop": 931773724
        },
        {
            "start": 931773730,
            "stop": 931773732
        },
        {
            "start": 931773735,
            "stop": 931773738
        },
        {
            "start": 931773741,
            "stop": 931773746
        },
        {
            "start": 931773749,
            "stop": 931773755
        },
        {
            "start": 931773759,
            "stop": 931773772
        }
    ]
}