Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4596
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=4597",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4595",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4596,
    "results": [
        {
            "start": 969177188,
            "stop": 969177192
        },
        {
            "start": 969177194,
            "stop": 969177262
        },
        {
            "start": 969177264,
            "stop": 969177454
        },
        {
            "start": 969177456,
            "stop": 969177461
        },
        {
            "start": 969177462,
            "stop": 969177496
        },
        {
            "start": 969177499,
            "stop": 969177562
        },
        {
            "start": 969177564,
            "stop": 969177602
        },
        {
            "start": 969177606,
            "stop": 969177794
        },
        {
            "start": 969177797,
            "stop": 969178070
        },
        {
            "start": 969178073,
            "stop": 969178087
        },
        {
            "start": 969178089,
            "stop": 969178142
        },
        {
            "start": 969178145,
            "stop": 969178209
        },
        {
            "start": 969178213,
            "stop": 969178215
        },
        {
            "start": 969178219,
            "stop": 969178309
        },
        {
            "start": 969178313,
            "stop": 969178328
        },
        {
            "start": 969178329,
            "stop": 969178411
        },
        {
            "start": 969178416,
            "stop": 969178498
        },
        {
            "start": 969178499,
            "stop": 969178500
        },
        {
            "start": 969178503,
            "stop": 969178565
        },
        {
            "start": 969178566,
            "stop": 969178571
        }
    ]
}