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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=151",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 152,
    "results": [
        {
            "start": 931595621,
            "stop": 931595626
        },
        {
            "start": 931595629,
            "stop": 931595631
        },
        {
            "start": 931595635,
            "stop": 931595636
        },
        {
            "start": 931595639,
            "stop": 931595645
        },
        {
            "start": 931595648,
            "stop": 931595649
        },
        {
            "start": 931595659,
            "stop": 931595660
        },
        {
            "start": 931595665,
            "stop": 931595667
        },
        {
            "start": 931595673,
            "stop": 931595675
        },
        {
            "start": 931595686,
            "stop": 931595693
        },
        {
            "start": 931595700,
            "stop": 931595702
        },
        {
            "start": 931595709,
            "stop": 931595713
        },
        {
            "start": 931595722,
            "stop": 931595731
        },
        {
            "start": 931595744,
            "stop": 931595748
        },
        {
            "start": 931595763,
            "stop": 931595768
        },
        {
            "start": 931595774,
            "stop": 931595775
        },
        {
            "start": 931595777,
            "stop": 931595778
        },
        {
            "start": 931595785,
            "stop": 931595789
        },
        {
            "start": 931595792,
            "stop": 931595796
        },
        {
            "start": 931595800,
            "stop": 931595804
        },
        {
            "start": 931595811,
            "stop": 931595812
        }
    ]
}