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=750
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=751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=749",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 750,
    "results": [
        {
            "start": 873539056,
            "stop": 873539063
        },
        {
            "start": 873539101,
            "stop": 873539119
        },
        {
            "start": 873539537,
            "stop": 873539545
        },
        {
            "start": 873539720,
            "stop": 873539725
        },
        {
            "start": 873539783,
            "stop": 873539786
        },
        {
            "start": 873540905,
            "stop": 873558100
        },
        {
            "start": 873576479,
            "stop": 873582930
        },
        {
            "start": 873582990,
            "stop": 873583005
        },
        {
            "start": 873585762,
            "stop": 873610367
        },
        {
            "start": 873610381,
            "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
        }
    ]
}