Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=66",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 67,
    "results": [
        {
            "start": 824887606,
            "stop": 824951826
        },
        {
            "start": 824952586,
            "stop": 824959239
        },
        {
            "start": 824960556,
            "stop": 824968297
        },
        {
            "start": 824974879,
            "stop": 824975793
        },
        {
            "start": 824977858,
            "stop": 824989008
        },
        {
            "start": 824996749,
            "stop": 824996777
        },
        {
            "start": 824997501,
            "stop": 824998455
        },
        {
            "start": 824999082,
            "stop": 825014707
        },
        {
            "start": 825014716,
            "stop": 825082555
        },
        {
            "start": 825082561,
            "stop": 825097922
        },
        {
            "start": 825097932,
            "stop": 825099451
        },
        {
            "start": 825099460,
            "stop": 825099467
        },
        {
            "start": 825099477,
            "stop": 825101858
        },
        {
            "start": 825105226,
            "stop": 825106313
        },
        {
            "start": 825106321,
            "stop": 825106377
        },
        {
            "start": 825106388,
            "stop": 825106393
        },
        {
            "start": 825106571,
            "stop": 825107409
        },
        {
            "start": 825108373,
            "stop": 825109129
        },
        {
            "start": 825109312,
            "stop": 825110375
        },
        {
            "start": 825110383,
            "stop": 825110387
        }
    ]
}