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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2117",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2118,
    "results": [
        {
            "start": 866163307,
            "stop": 866164159
        },
        {
            "start": 866164269,
            "stop": 866164479
        },
        {
            "start": 866164779,
            "stop": 866164795
        },
        {
            "start": 866164905,
            "stop": 866164909
        },
        {
            "start": 866164911,
            "stop": 866164917
        },
        {
            "start": 866165263,
            "stop": 866165356
        },
        {
            "start": 866165358,
            "stop": 866165397
        },
        {
            "start": 866165400,
            "stop": 866165420
        },
        {
            "start": 866165423,
            "stop": 866165447
        },
        {
            "start": 866165450,
            "stop": 866165510
        },
        {
            "start": 866165515,
            "stop": 866165516
        },
        {
            "start": 866165522,
            "stop": 866165581
        },
        {
            "start": 866165583,
            "stop": 866165587
        },
        {
            "start": 866165588,
            "stop": 866165823
        },
        {
            "start": 866165933,
            "stop": 866166017
        },
        {
            "start": 866166318,
            "stop": 866166337
        },
        {
            "start": 866166338,
            "stop": 866166382
        },
        {
            "start": 866166840,
            "stop": 866166874
        },
        {
            "start": 866166877,
            "stop": 866167002
        },
        {
            "start": 866167003,
            "stop": 866167111
        }
    ]
}