Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=311",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 312,
    "results": [
        {
            "start": 821331095,
            "stop": 821331342
        },
        {
            "start": 821331345,
            "stop": 821331393
        },
        {
            "start": 821331396,
            "stop": 821331412
        },
        {
            "start": 821331415,
            "stop": 821331483
        },
        {
            "start": 821331488,
            "stop": 821331536
        },
        {
            "start": 821331539,
            "stop": 821331661
        },
        {
            "start": 821331664,
            "stop": 821331710
        },
        {
            "start": 821331713,
            "stop": 821331884
        },
        {
            "start": 821331887,
            "stop": 821331963
        },
        {
            "start": 821331966,
            "stop": 821332038
        },
        {
            "start": 821332041,
            "stop": 821332070
        },
        {
            "start": 821332073,
            "stop": 821332108
        },
        {
            "start": 821332111,
            "stop": 821332274
        },
        {
            "start": 821332277,
            "stop": 821332287
        },
        {
            "start": 821332290,
            "stop": 821332329
        },
        {
            "start": 821332332,
            "stop": 821332342
        },
        {
            "start": 821332347,
            "stop": 821332455
        },
        {
            "start": 821332458,
            "stop": 821332459
        },
        {
            "start": 821332462,
            "stop": 821332476
        },
        {
            "start": 821332479,
            "stop": 821332603
        }
    ]
}