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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 48,
    "results": [
        {
            "start": 816175893,
            "stop": 816176157
        },
        {
            "start": 816176160,
            "stop": 816176290
        },
        {
            "start": 816176293,
            "stop": 816176350
        },
        {
            "start": 816176354,
            "stop": 816176415
        },
        {
            "start": 816176418,
            "stop": 816176637
        },
        {
            "start": 816176640,
            "stop": 816176668
        },
        {
            "start": 816176671,
            "stop": 816176700
        },
        {
            "start": 816176703,
            "stop": 816176789
        },
        {
            "start": 816176792,
            "stop": 816176943
        },
        {
            "start": 816176947,
            "stop": 816176952
        },
        {
            "start": 816176955,
            "stop": 816177075
        },
        {
            "start": 816177078,
            "stop": 816177317
        },
        {
            "start": 816177320,
            "stop": 816177364
        },
        {
            "start": 816177368,
            "stop": 816177394
        },
        {
            "start": 816177397,
            "stop": 816177627
        },
        {
            "start": 816177630,
            "stop": 816177678
        },
        {
            "start": 816177682,
            "stop": 816177740
        },
        {
            "start": 816177743,
            "stop": 816177766
        },
        {
            "start": 816177769,
            "stop": 816177864
        },
        {
            "start": 816177867,
            "stop": 816177893
        }
    ]
}