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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=142",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 143,
    "results": [
        {
            "start": 1131167403,
            "stop": 1131167435
        },
        {
            "start": 1131167436,
            "stop": 1131167437
        },
        {
            "start": 1131167438,
            "stop": 1131167443
        },
        {
            "start": 1131167444,
            "stop": 1131167456
        },
        {
            "start": 1131167458,
            "stop": 1131167482
        },
        {
            "start": 1131167483,
            "stop": 1131167499
        },
        {
            "start": 1131167500,
            "stop": 1131167515
        },
        {
            "start": 1131167516,
            "stop": 1131167537
        },
        {
            "start": 1131167538,
            "stop": 1131167559
        },
        {
            "start": 1131167560,
            "stop": 1131167565
        },
        {
            "start": 1131167566,
            "stop": 1131167608
        },
        {
            "start": 1131167609,
            "stop": 1131167613
        },
        {
            "start": 1131167614,
            "stop": 1131167630
        },
        {
            "start": 1131167631,
            "stop": 1131167641
        },
        {
            "start": 1131167642,
            "stop": 1131167682
        },
        {
            "start": 1131167683,
            "stop": 1131167692
        },
        {
            "start": 1131167693,
            "stop": 1131167710
        },
        {
            "start": 1131167711,
            "stop": 1131167762
        },
        {
            "start": 1131167763,
            "stop": 1131167767
        },
        {
            "start": 1131167768,
            "stop": 1131167799
        }
    ]
}