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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5896",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5894",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5895,
    "results": [
        {
            "start": 875084508,
            "stop": 875084719
        },
        {
            "start": 875084722,
            "stop": 875085389
        },
        {
            "start": 875085392,
            "stop": 875086055
        },
        {
            "start": 875086058,
            "stop": 875086653
        },
        {
            "start": 875086656,
            "stop": 875086908
        },
        {
            "start": 875086911,
            "stop": 875087776
        },
        {
            "start": 875087780,
            "stop": 875087924
        },
        {
            "start": 875087927,
            "stop": 875087964
        },
        {
            "start": 875087967,
            "stop": 875088201
        },
        {
            "start": 875088205,
            "stop": 875088964
        },
        {
            "start": 875088967,
            "stop": 875089361
        },
        {
            "start": 875089364,
            "stop": 875089431
        },
        {
            "start": 875089434,
            "stop": 875089672
        },
        {
            "start": 875089675,
            "stop": 875089992
        },
        {
            "start": 875089996,
            "stop": 875091372
        },
        {
            "start": 875091375,
            "stop": 875092640
        },
        {
            "start": 875092643,
            "stop": 875095484
        },
        {
            "start": 875095665,
            "stop": 875099747
        },
        {
            "start": 875099750,
            "stop": 875102322
        },
        {
            "start": 875102326,
            "stop": 875102528
        }
    ]
}