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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=173",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 174,
    "results": [
        {
            "start": 931538943,
            "stop": 931538944
        },
        {
            "start": 931538946,
            "stop": 931538987
        },
        {
            "start": 931538989,
            "stop": 931538995
        },
        {
            "start": 931538996,
            "stop": 931539009
        },
        {
            "start": 931539011,
            "stop": 931539021
        },
        {
            "start": 931539023,
            "stop": 931539037
        },
        {
            "start": 931539041,
            "stop": 931539164
        },
        {
            "start": 931539166,
            "stop": 931539247
        },
        {
            "start": 931539249,
            "stop": 931539251
        },
        {
            "start": 931539253,
            "stop": 931539264
        },
        {
            "start": 931539266,
            "stop": 931539300
        },
        {
            "start": 931539302,
            "stop": 931539311
        },
        {
            "start": 931539312,
            "stop": 931539313
        },
        {
            "start": 931539324,
            "stop": 931539325
        },
        {
            "start": 931539327,
            "stop": 931539330
        },
        {
            "start": 931539331,
            "stop": 931539333
        },
        {
            "start": 931539334,
            "stop": 931539341
        },
        {
            "start": 931539343,
            "stop": 931539352
        },
        {
            "start": 931539354,
            "stop": 931539373
        },
        {
            "start": 931539375,
            "stop": 931539378
        }
    ]
}