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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=870",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=868",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 869,
    "results": [
        {
            "start": 873585762,
            "stop": 873610367
        },
        {
            "start": 873610371,
            "stop": 873618095
        },
        {
            "start": 873619307,
            "stop": 873631779
        },
        {
            "start": 873644272,
            "stop": 873644933
        },
        {
            "start": 873646946,
            "stop": 873648732
        },
        {
            "start": 873649912,
            "stop": 873651417
        },
        {
            "start": 873654681,
            "stop": 873657090
        },
        {
            "start": 873664706,
            "stop": 873665910
        },
        {
            "start": 873669669,
            "stop": 873669736
        },
        {
            "start": 873672340,
            "stop": 873677288
        },
        {
            "start": 873688370,
            "stop": 873689395
        },
        {
            "start": 873690169,
            "stop": 873690878
        },
        {
            "start": 873698608,
            "stop": 873698610
        },
        {
            "start": 873698670,
            "stop": 873713256
        },
        {
            "start": 873715250,
            "stop": 873733410
        },
        {
            "start": 873735693,
            "stop": 873736107
        },
        {
            "start": 873737305,
            "stop": 873745530
        },
        {
            "start": 873745590,
            "stop": 873745608
        },
        {
            "start": 873746535,
            "stop": 873749339
        },
        {
            "start": 873749342,
            "stop": 873757770
        }
    ]
}