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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=250",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 251,
    "results": [
        {
            "start": 821684234,
            "stop": 821684248
        },
        {
            "start": 821684257,
            "stop": 821684259
        },
        {
            "start": 821684262,
            "stop": 821684275
        },
        {
            "start": 821684278,
            "stop": 821684280
        },
        {
            "start": 821684283,
            "stop": 821684287
        },
        {
            "start": 821684290,
            "stop": 821684308
        },
        {
            "start": 821684311,
            "stop": 821684314
        },
        {
            "start": 821684317,
            "stop": 821684331
        },
        {
            "start": 821684334,
            "stop": 821684336
        },
        {
            "start": 821684340,
            "stop": 821684352
        },
        {
            "start": 821684355,
            "stop": 821684359
        },
        {
            "start": 821684364,
            "stop": 821684370
        },
        {
            "start": 821684376,
            "stop": 821684392
        },
        {
            "start": 821684395,
            "stop": 821684397
        },
        {
            "start": 821684400,
            "stop": 821684409
        },
        {
            "start": 821684412,
            "stop": 821684420
        },
        {
            "start": 821684423,
            "stop": 821684443
        },
        {
            "start": 821684449,
            "stop": 821684458
        },
        {
            "start": 821684461,
            "stop": 821684476
        },
        {
            "start": 821684483,
            "stop": 821684484
        }
    ]
}