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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=64",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 65,
    "results": [
        {
            "start": 931256761,
            "stop": 931256762
        },
        {
            "start": 931256768,
            "stop": 931256770
        },
        {
            "start": 931256772,
            "stop": 931256775
        },
        {
            "start": 931256779,
            "stop": 931256783
        },
        {
            "start": 931256785,
            "stop": 931256786
        },
        {
            "start": 931256796,
            "stop": 931256799
        },
        {
            "start": 931256801,
            "stop": 931256802
        },
        {
            "start": 931256807,
            "stop": 931256811
        },
        {
            "start": 931256814,
            "stop": 931256816
        },
        {
            "start": 931256818,
            "stop": 931256823
        },
        {
            "start": 931256826,
            "stop": 931256828
        },
        {
            "start": 931256831,
            "stop": 931256836
        },
        {
            "start": 931256840,
            "stop": 931256844
        },
        {
            "start": 931256846,
            "stop": 931256847
        },
        {
            "start": 931256851,
            "stop": 931256852
        },
        {
            "start": 931256854,
            "stop": 931256858
        },
        {
            "start": 931256861,
            "stop": 931256863
        },
        {
            "start": 931256865,
            "stop": 931256868
        },
        {
            "start": 931256871,
            "stop": 931256879
        },
        {
            "start": 931256884,
            "stop": 931256885
        }
    ]
}