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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=52",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 53,
    "results": [
        {
            "start": 831006687,
            "stop": 831008368
        },
        {
            "start": 831009655,
            "stop": 831022700
        },
        {
            "start": 831023927,
            "stop": 831038961
        },
        {
            "start": 831039634,
            "stop": 831057013
        },
        {
            "start": 831057319,
            "stop": 831096934
        },
        {
            "start": 831098536,
            "stop": 831099674
        },
        {
            "start": 831101520,
            "stop": 831104667
        },
        {
            "start": 831105526,
            "stop": 831134665
        },
        {
            "start": 831134994,
            "stop": 831136182
        },
        {
            "start": 831136642,
            "stop": 831138628
        },
        {
            "start": 831139849,
            "stop": 831141212
        },
        {
            "start": 831144367,
            "stop": 831144457
        },
        {
            "start": 831145351,
            "stop": 831146324
        },
        {
            "start": 831146610,
            "stop": 831146711
        },
        {
            "start": 831146923,
            "stop": 831147064
        },
        {
            "start": 831148355,
            "stop": 831151228
        },
        {
            "start": 831151924,
            "stop": 831153018
        },
        {
            "start": 831154839,
            "stop": 831157483
        },
        {
            "start": 831159558,
            "stop": 831162255
        },
        {
            "start": 831169979,
            "stop": 831170471
        }
    ]
}