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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=74",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 75,
    "results": [
        {
            "start": 821372258,
            "stop": 821372342
        },
        {
            "start": 821372345,
            "stop": 821372487
        },
        {
            "start": 821372490,
            "stop": 821372616
        },
        {
            "start": 821372619,
            "stop": 821372672
        },
        {
            "start": 821372675,
            "stop": 821372771
        },
        {
            "start": 821372774,
            "stop": 821372797
        },
        {
            "start": 821372800,
            "stop": 821372851
        },
        {
            "start": 821372854,
            "stop": 821372857
        },
        {
            "start": 821372864,
            "stop": 821372870
        },
        {
            "start": 821372873,
            "stop": 821372880
        },
        {
            "start": 821372883,
            "stop": 821372917
        },
        {
            "start": 821372920,
            "stop": 821372993
        },
        {
            "start": 821372996,
            "stop": 821373124
        },
        {
            "start": 821373127,
            "stop": 821373174
        },
        {
            "start": 821373177,
            "stop": 821373208
        },
        {
            "start": 821373211,
            "stop": 821373236
        },
        {
            "start": 821373239,
            "stop": 821373263
        },
        {
            "start": 821373266,
            "stop": 821373312
        },
        {
            "start": 821373315,
            "stop": 821373327
        },
        {
            "start": 821373330,
            "stop": 821373523
        }
    ]
}