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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=315",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 316,
    "results": [
        {
            "start": 867552283,
            "stop": 867558674
        },
        {
            "start": 867559521,
            "stop": 867619682
        },
        {
            "start": 867619792,
            "stop": 867619852
        },
        {
            "start": 867620152,
            "stop": 867627047
        },
        {
            "start": 867627384,
            "stop": 867628291
        },
        {
            "start": 867628591,
            "stop": 867628741
        },
        {
            "start": 867628851,
            "stop": 867629530
        },
        {
            "start": 867629830,
            "stop": 867663392
        },
        {
            "start": 867663394,
            "stop": 867687405
        },
        {
            "start": 867687728,
            "stop": 867689576
        },
        {
            "start": 867730518,
            "stop": 867734463
        },
        {
            "start": 867736010,
            "stop": 867736435
        },
        {
            "start": 867736591,
            "stop": 867736655
        },
        {
            "start": 867737734,
            "stop": 867766534
        },
        {
            "start": 867767751,
            "stop": 867771682
        },
        {
            "start": 867773079,
            "stop": 867773325
        },
        {
            "start": 867773625,
            "stop": 867774880
        },
        {
            "start": 867774990,
            "stop": 867775239
        },
        {
            "start": 867775356,
            "stop": 867776236
        },
        {
            "start": 867776741,
            "stop": 867777490
        }
    ]
}