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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46920",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46921,
    "results": [
        {
            "start": 875191195,
            "stop": 875191212
        },
        {
            "start": 875191213,
            "stop": 875191240
        },
        {
            "start": 875191241,
            "stop": 875191251
        },
        {
            "start": 875191252,
            "stop": 875191279
        },
        {
            "start": 875191280,
            "stop": 875191286
        },
        {
            "start": 875191287,
            "stop": 875191290
        },
        {
            "start": 875191293,
            "stop": 875191319
        },
        {
            "start": 875191322,
            "stop": 875191331
        },
        {
            "start": 875191332,
            "stop": 875191343
        },
        {
            "start": 875191344,
            "stop": 875191360
        },
        {
            "start": 875191361,
            "stop": 875191397
        },
        {
            "start": 875191398,
            "stop": 875191411
        },
        {
            "start": 875191412,
            "stop": 875191421
        },
        {
            "start": 875191422,
            "stop": 875191432
        },
        {
            "start": 875191433,
            "stop": 875191459
        },
        {
            "start": 875191460,
            "stop": 875191475
        },
        {
            "start": 875191476,
            "stop": 875191490
        },
        {
            "start": 875191493,
            "stop": 875191496
        },
        {
            "start": 875191497,
            "stop": 875191501
        },
        {
            "start": 875191502,
            "stop": 875191503
        }
    ]
}