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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=78",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 79,
    "results": [
        {
            "start": 821423963,
            "stop": 821424469
        },
        {
            "start": 821424472,
            "stop": 821424582
        },
        {
            "start": 821424585,
            "stop": 821424717
        },
        {
            "start": 821424720,
            "stop": 821424898
        },
        {
            "start": 821424901,
            "stop": 821424950
        },
        {
            "start": 821424953,
            "stop": 821425718
        },
        {
            "start": 821425721,
            "stop": 821425759
        },
        {
            "start": 821425762,
            "stop": 821425848
        },
        {
            "start": 821425851,
            "stop": 821426220
        },
        {
            "start": 821426223,
            "stop": 821426281
        },
        {
            "start": 821426284,
            "stop": 821426330
        },
        {
            "start": 821426333,
            "stop": 821426409
        },
        {
            "start": 821426412,
            "stop": 821426427
        },
        {
            "start": 821426430,
            "stop": 821426566
        },
        {
            "start": 821426569,
            "stop": 821426590
        },
        {
            "start": 821426593,
            "stop": 821426791
        },
        {
            "start": 821426792,
            "stop": 821426856
        },
        {
            "start": 821426859,
            "stop": 821426894
        },
        {
            "start": 821426897,
            "stop": 821427549
        },
        {
            "start": 821427552,
            "stop": 821427735
        }
    ]
}