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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=394",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 395,
    "results": [
        {
            "start": 821472145,
            "stop": 821472268
        },
        {
            "start": 821472388,
            "stop": 821472483
        },
        {
            "start": 821472486,
            "stop": 821472843
        },
        {
            "start": 821472846,
            "stop": 821472882
        },
        {
            "start": 821473074,
            "stop": 821473100
        },
        {
            "start": 821473103,
            "stop": 821473255
        },
        {
            "start": 821473259,
            "stop": 821473324
        },
        {
            "start": 821473327,
            "stop": 821473360
        },
        {
            "start": 821473363,
            "stop": 821473770
        },
        {
            "start": 821473773,
            "stop": 821473864
        },
        {
            "start": 821474164,
            "stop": 821474241
        },
        {
            "start": 821474244,
            "stop": 821474263
        },
        {
            "start": 821474280,
            "stop": 821474399
        },
        {
            "start": 821474416,
            "stop": 821474424
        },
        {
            "start": 821474428,
            "stop": 821474604
        },
        {
            "start": 821474607,
            "stop": 821474621
        },
        {
            "start": 821474624,
            "stop": 821474953
        },
        {
            "start": 821474956,
            "stop": 821475175
        },
        {
            "start": 821475178,
            "stop": 821475437
        },
        {
            "start": 821475440,
            "stop": 821475773
        }
    ]
}