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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=289",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 290,
    "results": [
        {
            "start": 869910728,
            "stop": 869916849
        },
        {
            "start": 869917994,
            "stop": 869928311
        },
        {
            "start": 869956812,
            "stop": 869957157
        },
        {
            "start": 869957261,
            "stop": 869960083
        },
        {
            "start": 869963775,
            "stop": 869968531
        },
        {
            "start": 869968918,
            "stop": 869994509
        },
        {
            "start": 869995243,
            "stop": 870010888
        },
        {
            "start": 870011637,
            "stop": 870016159
        },
        {
            "start": 870016234,
            "stop": 870021298
        },
        {
            "start": 870021433,
            "stop": 870024502
        },
        {
            "start": 870036134,
            "stop": 870037848
        },
        {
            "start": 870037966,
            "stop": 870045348
        },
        {
            "start": 870049421,
            "stop": 870058920
        },
        {
            "start": 870074304,
            "stop": 870077154
        },
        {
            "start": 870078480,
            "stop": 870102583
        },
        {
            "start": 870103192,
            "stop": 870108976
        },
        {
            "start": 870109344,
            "stop": 870112611
        },
        {
            "start": 870112771,
            "stop": 870115936
        },
        {
            "start": 870120842,
            "stop": 870121961
        },
        {
            "start": 870122068,
            "stop": 870127338
        }
    ]
}