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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=236",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 237,
    "results": [
        {
            "start": 933196052,
            "stop": 933196117
        },
        {
            "start": 933196249,
            "stop": 933196256
        },
        {
            "start": 933196275,
            "stop": 933196280
        },
        {
            "start": 933196323,
            "stop": 933196423
        },
        {
            "start": 933196424,
            "stop": 933196438
        },
        {
            "start": 933196457,
            "stop": 933196524
        },
        {
            "start": 933196543,
            "stop": 933196781
        },
        {
            "start": 933196800,
            "stop": 933196804
        },
        {
            "start": 933196809,
            "stop": 933196922
        },
        {
            "start": 933196960,
            "stop": 933196988
        },
        {
            "start": 933197084,
            "stop": 933197085
        },
        {
            "start": 933197114,
            "stop": 933197123
        },
        {
            "start": 933197203,
            "stop": 933197403
        },
        {
            "start": 933197422,
            "stop": 933197486
        },
        {
            "start": 933197517,
            "stop": 933197694
        },
        {
            "start": 933197699,
            "stop": 933197725
        },
        {
            "start": 933197813,
            "stop": 933197956
        },
        {
            "start": 933197961,
            "stop": 933198126
        },
        {
            "start": 933198127,
            "stop": 933198329
        },
        {
            "start": 933198334,
            "stop": 933198566
        }
    ]
}