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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=32",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 33,
    "results": [
        {
            "start": 818327623,
            "stop": 818334883
        },
        {
            "start": 818334884,
            "stop": 818338642
        },
        {
            "start": 818339647,
            "stop": 818342836
        },
        {
            "start": 818344969,
            "stop": 818345466
        },
        {
            "start": 818345966,
            "stop": 818346476
        },
        {
            "start": 818348535,
            "stop": 818349014
        },
        {
            "start": 818349017,
            "stop": 818351923
        },
        {
            "start": 818354602,
            "stop": 818356305
        },
        {
            "start": 818356625,
            "stop": 818357321
        },
        {
            "start": 818357721,
            "stop": 818365658
        },
        {
            "start": 818365661,
            "stop": 818365809
        },
        {
            "start": 818366661,
            "stop": 818367690
        },
        {
            "start": 818367693,
            "stop": 818370549
        },
        {
            "start": 818371031,
            "stop": 818373502
        },
        {
            "start": 818373503,
            "stop": 818384806
        },
        {
            "start": 818384809,
            "stop": 818386771
        },
        {
            "start": 818386774,
            "stop": 818387019
        },
        {
            "start": 818387022,
            "stop": 818407091
        },
        {
            "start": 818407827,
            "stop": 818408033
        },
        {
            "start": 818408790,
            "stop": 818413535
        }
    ]
}