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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5303",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5304,
    "results": [
        {
            "start": 875127809,
            "stop": 875127872
        },
        {
            "start": 875127891,
            "stop": 875127992
        },
        {
            "start": 875128028,
            "stop": 875128363
        },
        {
            "start": 875128399,
            "stop": 875128558
        },
        {
            "start": 875128878,
            "stop": 875128886
        },
        {
            "start": 875128934,
            "stop": 875128974
        },
        {
            "start": 875129027,
            "stop": 875129091
        },
        {
            "start": 875129134,
            "stop": 875129173
        },
        {
            "start": 875129180,
            "stop": 875129774
        },
        {
            "start": 875129810,
            "stop": 875129820
        },
        {
            "start": 875129880,
            "stop": 875130555
        },
        {
            "start": 875130572,
            "stop": 875133872
        },
        {
            "start": 875137357,
            "stop": 875137380
        },
        {
            "start": 875137560,
            "stop": 875138474
        },
        {
            "start": 875138491,
            "stop": 875138888
        },
        {
            "start": 875138895,
            "stop": 875139723
        },
        {
            "start": 875139731,
            "stop": 875141101
        },
        {
            "start": 875141597,
            "stop": 875142790
        },
        {
            "start": 875142826,
            "stop": 875144266
        },
        {
            "start": 875144273,
            "stop": 875145145
        }
    ]
}