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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=244",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 245,
    "results": [
        {
            "start": 931740186,
            "stop": 931740200
        },
        {
            "start": 931740202,
            "stop": 931740300
        },
        {
            "start": 931740302,
            "stop": 931740690
        },
        {
            "start": 931740692,
            "stop": 931740705
        },
        {
            "start": 931740707,
            "stop": 931741159
        },
        {
            "start": 931741161,
            "stop": 931741197
        },
        {
            "start": 931741198,
            "stop": 931741211
        },
        {
            "start": 931741213,
            "stop": 931741247
        },
        {
            "start": 931741249,
            "stop": 931741785
        },
        {
            "start": 931741787,
            "stop": 931741876
        },
        {
            "start": 931741877,
            "stop": 931741883
        },
        {
            "start": 931741885,
            "stop": 931741924
        },
        {
            "start": 931741926,
            "stop": 931741929
        },
        {
            "start": 931741931,
            "stop": 931741938
        },
        {
            "start": 931741939,
            "stop": 931742095
        },
        {
            "start": 931742096,
            "stop": 931742340
        },
        {
            "start": 931742342,
            "stop": 931742741
        },
        {
            "start": 931742743,
            "stop": 931743097
        },
        {
            "start": 931743099,
            "stop": 931743298
        },
        {
            "start": 931743302,
            "stop": 931743480
        }
    ]
}