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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=20",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 21,
    "results": [
        {
            "start": 816534984,
            "stop": 816534986
        },
        {
            "start": 816534990,
            "stop": 816534996
        },
        {
            "start": 816535619,
            "stop": 816536291
        },
        {
            "start": 816536294,
            "stop": 816540776
        },
        {
            "start": 816542382,
            "stop": 816542531
        },
        {
            "start": 816542534,
            "stop": 816542639
        },
        {
            "start": 816542643,
            "stop": 816542832
        },
        {
            "start": 816542836,
            "stop": 816543597
        },
        {
            "start": 816543600,
            "stop": 816547586
        },
        {
            "start": 816554089,
            "stop": 816561678
        },
        {
            "start": 816561681,
            "stop": 816563061
        },
        {
            "start": 816564940,
            "stop": 816570026
        },
        {
            "start": 816570029,
            "stop": 816571336
        },
        {
            "start": 816571340,
            "stop": 816571997
        },
        {
            "start": 816572000,
            "stop": 816572001
        },
        {
            "start": 816572004,
            "stop": 816572063
        },
        {
            "start": 816573266,
            "stop": 816573505
        },
        {
            "start": 816573508,
            "stop": 816573570
        },
        {
            "start": 816573573,
            "stop": 816589889
        },
        {
            "start": 816589892,
            "stop": 816596820
        }
    ]
}