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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=40",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 41,
    "results": [
        {
            "start": 967263542,
            "stop": 967263654
        },
        {
            "start": 967379022,
            "stop": 967379134
        },
        {
            "start": 967421341,
            "stop": 967421454
        },
        {
            "start": 967442789,
            "stop": 967442950
        },
        {
            "start": 967732448,
            "stop": 967732601
        },
        {
            "start": 967774777,
            "stop": 967774937
        },
        {
            "start": 967825488,
            "stop": 967825641
        },
        {
            "start": 967854344,
            "stop": 967854457
        },
        {
            "start": 967874994,
            "stop": 967875115
        },
        {
            "start": 967961265,
            "stop": 967961378
        },
        {
            "start": 968012048,
            "stop": 968012211
        },
        {
            "start": 968020433,
            "stop": 968020545
        },
        {
            "start": 968099120,
            "stop": 968099233
        },
        {
            "start": 968129480,
            "stop": 968129593
        },
        {
            "start": 968134401,
            "stop": 968134562
        },
        {
            "start": 968164090,
            "stop": 968164202
        },
        {
            "start": 968172280,
            "stop": 968172393
        },
        {
            "start": 968192594,
            "stop": 968192706
        },
        {
            "start": 968208416,
            "stop": 968208529
        },
        {
            "start": 968344673,
            "stop": 968344785
        }
    ]
}