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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=88",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 89,
    "results": [
        {
            "start": 821332041,
            "stop": 821332070
        },
        {
            "start": 821332073,
            "stop": 821332108
        },
        {
            "start": 821332111,
            "stop": 821332274
        },
        {
            "start": 821332277,
            "stop": 821332287
        },
        {
            "start": 821332290,
            "stop": 821332342
        },
        {
            "start": 821332347,
            "stop": 821332455
        },
        {
            "start": 821332458,
            "stop": 821332459
        },
        {
            "start": 821332462,
            "stop": 821332476
        },
        {
            "start": 821332479,
            "stop": 821332603
        },
        {
            "start": 821332606,
            "stop": 821332749
        },
        {
            "start": 821332752,
            "stop": 821332763
        },
        {
            "start": 821332766,
            "stop": 821332775
        },
        {
            "start": 821332778,
            "stop": 821332795
        },
        {
            "start": 821332798,
            "stop": 821332903
        },
        {
            "start": 821332906,
            "stop": 821332962
        },
        {
            "start": 821332965,
            "stop": 821333113
        },
        {
            "start": 821333116,
            "stop": 821333146
        },
        {
            "start": 821333149,
            "stop": 821333343
        },
        {
            "start": 821333346,
            "stop": 821333376
        },
        {
            "start": 821333379,
            "stop": 821333399
        }
    ]
}