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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=13",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 14,
    "results": [
        {
            "start": 931502230,
            "stop": 931502236
        },
        {
            "start": 931502297,
            "stop": 931502299
        },
        {
            "start": 931502378,
            "stop": 931502381
        },
        {
            "start": 931502427,
            "stop": 931502451
        },
        {
            "start": 931502470,
            "stop": 931502478
        },
        {
            "start": 931502502,
            "stop": 931502506
        },
        {
            "start": 931502545,
            "stop": 931502547
        },
        {
            "start": 931502684,
            "stop": 931502685
        },
        {
            "start": 931502779,
            "stop": 931502806
        },
        {
            "start": 931502824,
            "stop": 931502830
        },
        {
            "start": 931502849,
            "stop": 931502851
        },
        {
            "start": 931502873,
            "stop": 931502880
        },
        {
            "start": 931502989,
            "stop": 931502990
        },
        {
            "start": 931503017,
            "stop": 931503020
        },
        {
            "start": 931503103,
            "stop": 931503106
        },
        {
            "start": 931503153,
            "stop": 931503154
        },
        {
            "start": 931503210,
            "stop": 931503211
        },
        {
            "start": 931503256,
            "stop": 931503271
        },
        {
            "start": 931503373,
            "stop": 931503374
        },
        {
            "start": 931504155,
            "stop": 931504156
        }
    ]
}