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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=7",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 8,
    "results": [
        {
            "start": 815212745,
            "stop": 815212778
        },
        {
            "start": 815212781,
            "stop": 815212827
        },
        {
            "start": 815212844,
            "stop": 815212869
        },
        {
            "start": 815212872,
            "stop": 815212926
        },
        {
            "start": 815212929,
            "stop": 815212933
        },
        {
            "start": 815212936,
            "stop": 815213177
        },
        {
            "start": 815213180,
            "stop": 815213294
        },
        {
            "start": 815213298,
            "stop": 815213354
        },
        {
            "start": 815213357,
            "stop": 815213426
        },
        {
            "start": 815213429,
            "stop": 815213453
        },
        {
            "start": 815213470,
            "stop": 815213508
        },
        {
            "start": 815213511,
            "stop": 815213526
        },
        {
            "start": 815213529,
            "stop": 815213611
        },
        {
            "start": 815213614,
            "stop": 815213639
        },
        {
            "start": 815213656,
            "stop": 815213726
        },
        {
            "start": 815213743,
            "stop": 815213777
        },
        {
            "start": 815213780,
            "stop": 815214005
        },
        {
            "start": 815214010,
            "stop": 815214167
        },
        {
            "start": 815214184,
            "stop": 815214223
        },
        {
            "start": 815214240,
            "stop": 815214475
        }
    ]
}