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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6923",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6924,
    "results": [
        {
            "start": 873703665,
            "stop": 873703668
        },
        {
            "start": 873703671,
            "stop": 873703672
        },
        {
            "start": 873703673,
            "stop": 873703674
        },
        {
            "start": 873703681,
            "stop": 873703682
        },
        {
            "start": 873703688,
            "stop": 873703689
        },
        {
            "start": 873703691,
            "stop": 873703692
        },
        {
            "start": 873703694,
            "stop": 873703700
        },
        {
            "start": 873703708,
            "stop": 873703713
        },
        {
            "start": 873703717,
            "stop": 873703718
        },
        {
            "start": 873703719,
            "stop": 873703725
        },
        {
            "start": 873703726,
            "stop": 873703730
        },
        {
            "start": 873703731,
            "stop": 873703733
        },
        {
            "start": 873703734,
            "stop": 873703735
        },
        {
            "start": 873703736,
            "stop": 873703746
        },
        {
            "start": 873703749,
            "stop": 873703752
        },
        {
            "start": 873703753,
            "stop": 873703762
        },
        {
            "start": 873703763,
            "stop": 873703767
        },
        {
            "start": 873703768,
            "stop": 873703771
        },
        {
            "start": 873703774,
            "stop": 873703805
        },
        {
            "start": 873703809,
            "stop": 873703818
        }
    ]
}