Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=56",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 57,
    "results": [
        {
            "start": 931499509,
            "stop": 931499513
        },
        {
            "start": 931499516,
            "stop": 931499526
        },
        {
            "start": 931499536,
            "stop": 931499541
        },
        {
            "start": 931499545,
            "stop": 931499554
        },
        {
            "start": 931499558,
            "stop": 931499559
        },
        {
            "start": 931499564,
            "stop": 931499566
        },
        {
            "start": 931499573,
            "stop": 931499576
        },
        {
            "start": 931499582,
            "stop": 931499583
        },
        {
            "start": 931499587,
            "stop": 931499594
        },
        {
            "start": 931499600,
            "stop": 931499620
        },
        {
            "start": 931499623,
            "stop": 931499626
        },
        {
            "start": 931499629,
            "stop": 931499631
        },
        {
            "start": 931499634,
            "stop": 931499637
        },
        {
            "start": 931499640,
            "stop": 931499644
        },
        {
            "start": 931499647,
            "stop": 931499651
        },
        {
            "start": 931499654,
            "stop": 931499655
        },
        {
            "start": 931499662,
            "stop": 931499663
        },
        {
            "start": 931499666,
            "stop": 931499668
        },
        {
            "start": 931499671,
            "stop": 931499681
        },
        {
            "start": 931499684,
            "stop": 931499690
        }
    ]
}