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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=345",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 346,
    "results": [
        {
            "start": 931829573,
            "stop": 931829577
        },
        {
            "start": 931829579,
            "stop": 931829586
        },
        {
            "start": 931829588,
            "stop": 931829589
        },
        {
            "start": 931829592,
            "stop": 931829593
        },
        {
            "start": 931829599,
            "stop": 931829600
        },
        {
            "start": 931829606,
            "stop": 931829607
        },
        {
            "start": 931829617,
            "stop": 931829626
        },
        {
            "start": 931829642,
            "stop": 931829643
        },
        {
            "start": 931829645,
            "stop": 931829646
        },
        {
            "start": 931829659,
            "stop": 931829661
        },
        {
            "start": 931829665,
            "stop": 931829668
        },
        {
            "start": 931829674,
            "stop": 931829677
        },
        {
            "start": 931829681,
            "stop": 931829691
        },
        {
            "start": 931829707,
            "stop": 931829708
        },
        {
            "start": 931851820,
            "stop": 931852070
        },
        {
            "start": 931852543,
            "stop": 931853157
        },
        {
            "start": 931853158,
            "stop": 931853306
        },
        {
            "start": 931853307,
            "stop": 931858688
        },
        {
            "start": 931868259,
            "stop": 931868421
        },
        {
            "start": 931868422,
            "stop": 931868615
        }
    ]
}