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=5917
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=5918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5916",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5917,
    "results": [
        {
            "start": 875144887,
            "stop": 875145255
        },
        {
            "start": 875145258,
            "stop": 875145382
        },
        {
            "start": 875145386,
            "stop": 875145440
        },
        {
            "start": 875145443,
            "stop": 875145445
        },
        {
            "start": 875145448,
            "stop": 875145625
        },
        {
            "start": 875145628,
            "stop": 875145664
        },
        {
            "start": 875145667,
            "stop": 875145673
        },
        {
            "start": 875145676,
            "stop": 875145681
        },
        {
            "start": 875145687,
            "stop": 875145741
        },
        {
            "start": 875145744,
            "stop": 875145812
        },
        {
            "start": 875145815,
            "stop": 875145828
        },
        {
            "start": 875145831,
            "stop": 875145908
        },
        {
            "start": 875145912,
            "stop": 875146052
        },
        {
            "start": 875146055,
            "stop": 875146063
        },
        {
            "start": 875146066,
            "stop": 875146083
        },
        {
            "start": 875146090,
            "stop": 875146111
        },
        {
            "start": 875146114,
            "stop": 875146149
        },
        {
            "start": 875146153,
            "stop": 875146169
        },
        {
            "start": 875146172,
            "stop": 875146198
        },
        {
            "start": 875146202,
            "stop": 875146308
        }
    ]
}