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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=75",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 76,
    "results": [
        {
            "start": 822527041,
            "stop": 822527174
        },
        {
            "start": 822527177,
            "stop": 822527188
        },
        {
            "start": 822527192,
            "stop": 822527203
        },
        {
            "start": 822527206,
            "stop": 822527211
        },
        {
            "start": 822527216,
            "stop": 822527225
        },
        {
            "start": 822527234,
            "stop": 822527250
        },
        {
            "start": 822527254,
            "stop": 822527260
        },
        {
            "start": 822527264,
            "stop": 822527270
        },
        {
            "start": 822527274,
            "stop": 822527277
        },
        {
            "start": 822529735,
            "stop": 822530593
        },
        {
            "start": 822530601,
            "stop": 822530602
        },
        {
            "start": 822531426,
            "stop": 822535309
        },
        {
            "start": 822536239,
            "stop": 822542026
        },
        {
            "start": 822542029,
            "stop": 822546618
        },
        {
            "start": 822546621,
            "stop": 822546627
        },
        {
            "start": 822546631,
            "stop": 822546658
        },
        {
            "start": 822546661,
            "stop": 822546939
        },
        {
            "start": 822546943,
            "stop": 822546958
        },
        {
            "start": 822546967,
            "stop": 822547080
        },
        {
            "start": 822547084,
            "stop": 822547157
        }
    ]
}