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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5258",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5259,
    "results": [
        {
            "start": 875217861,
            "stop": 875217921
        },
        {
            "start": 875217934,
            "stop": 875217964
        },
        {
            "start": 875217971,
            "stop": 875218026
        },
        {
            "start": 875218034,
            "stop": 875218041
        },
        {
            "start": 875218048,
            "stop": 875218093
        },
        {
            "start": 875218101,
            "stop": 875218107
        },
        {
            "start": 875218114,
            "stop": 875218129
        },
        {
            "start": 875218142,
            "stop": 875218162
        },
        {
            "start": 875218169,
            "stop": 875218200
        },
        {
            "start": 875218207,
            "stop": 875218211
        },
        {
            "start": 875218218,
            "stop": 875218315
        },
        {
            "start": 875218322,
            "stop": 875218402
        },
        {
            "start": 875218409,
            "stop": 875218447
        },
        {
            "start": 875218460,
            "stop": 875218461
        },
        {
            "start": 875218470,
            "stop": 875218533
        },
        {
            "start": 875218540,
            "stop": 875218560
        },
        {
            "start": 875218572,
            "stop": 875218624
        },
        {
            "start": 875218632,
            "stop": 875218692
        },
        {
            "start": 875218699,
            "stop": 875218765
        },
        {
            "start": 875218772,
            "stop": 875218825
        }
    ]
}