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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=71",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 72,
    "results": [
        {
            "start": 818459645,
            "stop": 818459971
        },
        {
            "start": 818462869,
            "stop": 818468719
        },
        {
            "start": 818468736,
            "stop": 818471452
        },
        {
            "start": 818471614,
            "stop": 818472520
        },
        {
            "start": 818472537,
            "stop": 818472798
        },
        {
            "start": 818472802,
            "stop": 818474228
        },
        {
            "start": 818474245,
            "stop": 818474961
        },
        {
            "start": 818474978,
            "stop": 818479436
        },
        {
            "start": 818485616,
            "stop": 818485973
        },
        {
            "start": 818485990,
            "stop": 818493659
        },
        {
            "start": 818493699,
            "stop": 818496889
        },
        {
            "start": 818496906,
            "stop": 818507463
        },
        {
            "start": 818507480,
            "stop": 818511498
        },
        {
            "start": 818511516,
            "stop": 818515494
        },
        {
            "start": 818515512,
            "stop": 818517190
        },
        {
            "start": 818517207,
            "stop": 818522038
        },
        {
            "start": 818522294,
            "stop": 818524685
        },
        {
            "start": 818547092,
            "stop": 818548593
        },
        {
            "start": 818550111,
            "stop": 818550741
        },
        {
            "start": 818552070,
            "stop": 818552292
        }
    ]
}