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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9088",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9086",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9087,
    "results": [
        {
            "start": 874676975,
            "stop": 874677031
        },
        {
            "start": 874677048,
            "stop": 874677078
        },
        {
            "start": 874677111,
            "stop": 874677335
        },
        {
            "start": 874677359,
            "stop": 874677373
        },
        {
            "start": 874677393,
            "stop": 874677443
        },
        {
            "start": 874677460,
            "stop": 874677529
        },
        {
            "start": 874677546,
            "stop": 874678137
        },
        {
            "start": 874678154,
            "stop": 874678523
        },
        {
            "start": 874678540,
            "stop": 874678609
        },
        {
            "start": 874678626,
            "stop": 874678712
        },
        {
            "start": 874678731,
            "stop": 874678921
        },
        {
            "start": 874678938,
            "stop": 874678958
        },
        {
            "start": 874678990,
            "stop": 874679017
        },
        {
            "start": 874679034,
            "stop": 874679165
        },
        {
            "start": 874679182,
            "stop": 874679269
        },
        {
            "start": 874679286,
            "stop": 874679363
        },
        {
            "start": 874679380,
            "stop": 874679730
        },
        {
            "start": 874679747,
            "stop": 874680084
        },
        {
            "start": 874680103,
            "stop": 874680138
        },
        {
            "start": 874680157,
            "stop": 874680885
        }
    ]
}