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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=630",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=628",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 629,
    "results": [
        {
            "start": 829165856,
            "stop": 829165916
        },
        {
            "start": 829165919,
            "stop": 829166040
        },
        {
            "start": 829166043,
            "stop": 829166056
        },
        {
            "start": 829166059,
            "stop": 829166446
        },
        {
            "start": 829166450,
            "stop": 829166459
        },
        {
            "start": 829166462,
            "stop": 829166601
        },
        {
            "start": 829166604,
            "stop": 829166628
        },
        {
            "start": 829166631,
            "stop": 829166683
        },
        {
            "start": 829166693,
            "stop": 829166696
        },
        {
            "start": 829166704,
            "stop": 829166792
        },
        {
            "start": 829166796,
            "stop": 829166825
        },
        {
            "start": 829166828,
            "stop": 829166981
        },
        {
            "start": 829166984,
            "stop": 829166985
        },
        {
            "start": 829166989,
            "stop": 829167122
        },
        {
            "start": 829167126,
            "stop": 829167177
        },
        {
            "start": 829167180,
            "stop": 829167193
        },
        {
            "start": 829167196,
            "stop": 829167239
        },
        {
            "start": 829167242,
            "stop": 829167251
        },
        {
            "start": 829167254,
            "stop": 829167328
        },
        {
            "start": 829167332,
            "stop": 829167339
        }
    ]
}