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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=621",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=619",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 620,
    "results": [
        {
            "start": 841023806,
            "stop": 841024996
        },
        {
            "start": 841025501,
            "stop": 841026105
        },
        {
            "start": 841026674,
            "stop": 841029048
        },
        {
            "start": 841029611,
            "stop": 841035099
        },
        {
            "start": 841035674,
            "stop": 841043357
        },
        {
            "start": 841043858,
            "stop": 841046628
        },
        {
            "start": 841047101,
            "stop": 841050454
        },
        {
            "start": 841050854,
            "stop": 841053463
        },
        {
            "start": 841053922,
            "stop": 841063324
        },
        {
            "start": 841064981,
            "stop": 841066672
        },
        {
            "start": 841067278,
            "stop": 841068209
        },
        {
            "start": 841068807,
            "stop": 841068808
        },
        {
            "start": 841069328,
            "stop": 841069559
        },
        {
            "start": 841069999,
            "stop": 841070213
        },
        {
            "start": 841070701,
            "stop": 841071447
        },
        {
            "start": 841072026,
            "stop": 841072829
        },
        {
            "start": 841073334,
            "stop": 841074483
        },
        {
            "start": 841075057,
            "stop": 841075448
        },
        {
            "start": 841075848,
            "stop": 841077839
        },
        {
            "start": 841078244,
            "stop": 841080205
        }
    ]
}