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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=273",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 274,
    "results": [
        {
            "start": 857642387,
            "stop": 857642394
        },
        {
            "start": 857642402,
            "stop": 857642408
        },
        {
            "start": 857642475,
            "stop": 857642485
        },
        {
            "start": 857642489,
            "stop": 857642499
        },
        {
            "start": 857642517,
            "stop": 857642571
        },
        {
            "start": 857642580,
            "stop": 857642586
        },
        {
            "start": 857642590,
            "stop": 857642600
        },
        {
            "start": 857642605,
            "stop": 857642630
        },
        {
            "start": 857642633,
            "stop": 857643816
        },
        {
            "start": 857643825,
            "stop": 857643903
        },
        {
            "start": 857643908,
            "stop": 857644857
        },
        {
            "start": 857644860,
            "stop": 857644963
        },
        {
            "start": 857644968,
            "stop": 857644982
        },
        {
            "start": 857644992,
            "stop": 857645002
        },
        {
            "start": 857645007,
            "stop": 857645012
        },
        {
            "start": 857645021,
            "stop": 857645050
        },
        {
            "start": 857645054,
            "stop": 857645126
        },
        {
            "start": 857645130,
            "stop": 857645140
        },
        {
            "start": 857645144,
            "stop": 857645193
        },
        {
            "start": 857645202,
            "stop": 857645208
        }
    ]
}