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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=64",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 65,
    "results": [
        {
            "start": 931284587,
            "stop": 931284646
        },
        {
            "start": 931284648,
            "stop": 931284704
        },
        {
            "start": 931284706,
            "stop": 931284715
        },
        {
            "start": 931284717,
            "stop": 931284720
        },
        {
            "start": 931284722,
            "stop": 931284724
        },
        {
            "start": 931284726,
            "stop": 931284737
        },
        {
            "start": 931284740,
            "stop": 931284742
        },
        {
            "start": 931284744,
            "stop": 931284745
        },
        {
            "start": 931284746,
            "stop": 931284782
        },
        {
            "start": 931284786,
            "stop": 931284798
        },
        {
            "start": 931284799,
            "stop": 931284803
        },
        {
            "start": 931284805,
            "stop": 931284848
        },
        {
            "start": 931284850,
            "stop": 931284857
        },
        {
            "start": 931284859,
            "stop": 931284860
        },
        {
            "start": 931284861,
            "stop": 931284863
        },
        {
            "start": 931284865,
            "stop": 931284870
        },
        {
            "start": 931284872,
            "stop": 931284875
        },
        {
            "start": 931284877,
            "stop": 931284892
        },
        {
            "start": 931284894,
            "stop": 931284923
        },
        {
            "start": 931284925,
            "stop": 931284998
        }
    ]
}