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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=146",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 147,
    "results": [
        {
            "start": 818464518,
            "stop": 818468313
        },
        {
            "start": 818468433,
            "stop": 818469527
        },
        {
            "start": 818469544,
            "stop": 818472798
        },
        {
            "start": 818472802,
            "stop": 818479335
        },
        {
            "start": 818484505,
            "stop": 818484649
        },
        {
            "start": 818485160,
            "stop": 818485803
        },
        {
            "start": 818485985,
            "stop": 818486362
        },
        {
            "start": 818486482,
            "stop": 818486519
        },
        {
            "start": 818486639,
            "stop": 818489691
        },
        {
            "start": 818489811,
            "stop": 818493216
        },
        {
            "start": 818493728,
            "stop": 818495262
        },
        {
            "start": 818495382,
            "stop": 818501117
        },
        {
            "start": 818501134,
            "stop": 818507463
        },
        {
            "start": 818507480,
            "stop": 818510983
        },
        {
            "start": 818511164,
            "stop": 818511498
        },
        {
            "start": 818511516,
            "stop": 818515494
        },
        {
            "start": 818515512,
            "stop": 818517454
        },
        {
            "start": 818517471,
            "stop": 818518783
        },
        {
            "start": 818518964,
            "stop": 818521840
        },
        {
            "start": 818521960,
            "stop": 818524000
        }
    ]
}