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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=83",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 84,
    "results": [
        {
            "start": 931316689,
            "stop": 931316694
        },
        {
            "start": 931316698,
            "stop": 931316701
        },
        {
            "start": 931316705,
            "stop": 931316707
        },
        {
            "start": 931316712,
            "stop": 931316715
        },
        {
            "start": 931316718,
            "stop": 931316724
        },
        {
            "start": 931316735,
            "stop": 931316745
        },
        {
            "start": 931316748,
            "stop": 931316752
        },
        {
            "start": 931316754,
            "stop": 931316770
        },
        {
            "start": 931316772,
            "stop": 931316785
        },
        {
            "start": 931316790,
            "stop": 931316795
        },
        {
            "start": 931316798,
            "stop": 931316803
        },
        {
            "start": 931316809,
            "stop": 931316830
        },
        {
            "start": 931316832,
            "stop": 931316835
        },
        {
            "start": 931316837,
            "stop": 931316841
        },
        {
            "start": 931316844,
            "stop": 931316851
        },
        {
            "start": 931316853,
            "stop": 931316855
        },
        {
            "start": 931316856,
            "stop": 931316858
        },
        {
            "start": 931316860,
            "stop": 931316863
        },
        {
            "start": 931316865,
            "stop": 931316867
        },
        {
            "start": 931316870,
            "stop": 931316875
        }
    ]
}