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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=182",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 183,
    "results": [
        {
            "start": 932504336,
            "stop": 932504415
        },
        {
            "start": 932505817,
            "stop": 932507256
        },
        {
            "start": 932507258,
            "stop": 932508015
        },
        {
            "start": 932508375,
            "stop": 932508424
        },
        {
            "start": 932508426,
            "stop": 932509062
        },
        {
            "start": 932509064,
            "stop": 932509106
        },
        {
            "start": 932509109,
            "stop": 932509776
        },
        {
            "start": 932509782,
            "stop": 932509859
        },
        {
            "start": 932509861,
            "stop": 932510082
        },
        {
            "start": 932510084,
            "stop": 932510956
        },
        {
            "start": 932510959,
            "stop": 932511297
        },
        {
            "start": 932511300,
            "stop": 932511404
        },
        {
            "start": 932511406,
            "stop": 932511408
        },
        {
            "start": 932511411,
            "stop": 932511615
        },
        {
            "start": 932511975,
            "stop": 932512318
        },
        {
            "start": 932512323,
            "stop": 932512354
        },
        {
            "start": 932512359,
            "stop": 932512753
        },
        {
            "start": 932512755,
            "stop": 932513172
        },
        {
            "start": 932513177,
            "stop": 932514363
        },
        {
            "start": 932514365,
            "stop": 932515215
        }
    ]
}