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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10275",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10276,
    "results": [
        {
            "start": 874828448,
            "stop": 874828858
        },
        {
            "start": 874828866,
            "stop": 874828935
        },
        {
            "start": 874828943,
            "stop": 874828980
        },
        {
            "start": 874829040,
            "stop": 874829421
        },
        {
            "start": 874829428,
            "stop": 874829880
        },
        {
            "start": 874829940,
            "stop": 874830286
        },
        {
            "start": 874830293,
            "stop": 874830598
        },
        {
            "start": 874830606,
            "stop": 874830660
        },
        {
            "start": 874830720,
            "stop": 874830772
        },
        {
            "start": 874830780,
            "stop": 874830807
        },
        {
            "start": 874830852,
            "stop": 874831200
        },
        {
            "start": 874831260,
            "stop": 874831560
        },
        {
            "start": 874831620,
            "stop": 874831720
        },
        {
            "start": 874831731,
            "stop": 874831740
        },
        {
            "start": 874831860,
            "stop": 874832134
        },
        {
            "start": 874832151,
            "stop": 874832801
        },
        {
            "start": 874832940,
            "stop": 874832958
        },
        {
            "start": 874834273,
            "stop": 874834298
        },
        {
            "start": 874834305,
            "stop": 874834351
        },
        {
            "start": 874834359,
            "stop": 874834440
        }
    ]
}