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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=269",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 270,
    "results": [
        {
            "start": 856211037,
            "stop": 856217324
        },
        {
            "start": 856217346,
            "stop": 856217349
        },
        {
            "start": 856217371,
            "stop": 856217404
        },
        {
            "start": 856217426,
            "stop": 856217970
        },
        {
            "start": 856218296,
            "stop": 856223790
        },
        {
            "start": 856224133,
            "stop": 856224287
        },
        {
            "start": 856224397,
            "stop": 856225568
        },
        {
            "start": 856225868,
            "stop": 856232867
        },
        {
            "start": 856233217,
            "stop": 856258807
        },
        {
            "start": 856259143,
            "stop": 856269644
        },
        {
            "start": 856269663,
            "stop": 856269807
        },
        {
            "start": 856269813,
            "stop": 856274397
        },
        {
            "start": 856274448,
            "stop": 856276782
        },
        {
            "start": 856277082,
            "stop": 856282649
        },
        {
            "start": 856282671,
            "stop": 856286243
        },
        {
            "start": 856286260,
            "stop": 856286470
        },
        {
            "start": 856286692,
            "stop": 856289350
        },
        {
            "start": 856289369,
            "stop": 856292007
        },
        {
            "start": 856292026,
            "stop": 856293654
        },
        {
            "start": 856293676,
            "stop": 856294290
        }
    ]
}