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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=187",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 188,
    "results": [
        {
            "start": 826951793,
            "stop": 826951814
        },
        {
            "start": 826951816,
            "stop": 826951854
        },
        {
            "start": 826951860,
            "stop": 826951867
        },
        {
            "start": 826951874,
            "stop": 826951905
        },
        {
            "start": 826951910,
            "stop": 826951913
        },
        {
            "start": 826951915,
            "stop": 826951928
        },
        {
            "start": 826951931,
            "stop": 826951948
        },
        {
            "start": 826951953,
            "stop": 826951954
        },
        {
            "start": 826951956,
            "stop": 826951961
        },
        {
            "start": 826951963,
            "stop": 826951969
        },
        {
            "start": 826951971,
            "stop": 826951974
        },
        {
            "start": 826951976,
            "stop": 826951982
        },
        {
            "start": 826951984,
            "stop": 826951986
        },
        {
            "start": 826951988,
            "stop": 826951994
        },
        {
            "start": 826951996,
            "stop": 826951997
        },
        {
            "start": 826951999,
            "stop": 826952002
        },
        {
            "start": 826952004,
            "stop": 826952007
        },
        {
            "start": 826952009,
            "stop": 826952012
        },
        {
            "start": 826952014,
            "stop": 826952016
        },
        {
            "start": 826952020,
            "stop": 826952022
        }
    ]
}