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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=143",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 144,
    "results": [
        {
            "start": 931593645,
            "stop": 931593648
        },
        {
            "start": 931593652,
            "stop": 931593667
        },
        {
            "start": 931593670,
            "stop": 931593700
        },
        {
            "start": 931593704,
            "stop": 931593714
        },
        {
            "start": 931593719,
            "stop": 931593733
        },
        {
            "start": 931593736,
            "stop": 931593753
        },
        {
            "start": 931593756,
            "stop": 931593764
        },
        {
            "start": 931593767,
            "stop": 931593780
        },
        {
            "start": 931593784,
            "stop": 931593801
        },
        {
            "start": 931593804,
            "stop": 931593821
        },
        {
            "start": 931593824,
            "stop": 931593832
        },
        {
            "start": 931593836,
            "stop": 931593842
        },
        {
            "start": 931593845,
            "stop": 931593864
        },
        {
            "start": 931593867,
            "stop": 931593869
        },
        {
            "start": 931593872,
            "stop": 931593876
        },
        {
            "start": 931593880,
            "stop": 931593891
        },
        {
            "start": 931593894,
            "stop": 931593896
        },
        {
            "start": 931593899,
            "stop": 931593904
        },
        {
            "start": 931593910,
            "stop": 931593917
        },
        {
            "start": 931593920,
            "stop": 931593942
        }
    ]
}