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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=66",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 67,
    "results": [
        {
            "start": 818068042,
            "stop": 818068193
        },
        {
            "start": 818069157,
            "stop": 818073835
        },
        {
            "start": 818073852,
            "stop": 818077092
        },
        {
            "start": 818077748,
            "stop": 818079837
        },
        {
            "start": 818079854,
            "stop": 818083203
        },
        {
            "start": 818083207,
            "stop": 818093424
        },
        {
            "start": 818094671,
            "stop": 818095968
        },
        {
            "start": 818097973,
            "stop": 818098573
        },
        {
            "start": 818098844,
            "stop": 818101259
        },
        {
            "start": 818101276,
            "stop": 818102505
        },
        {
            "start": 818102522,
            "stop": 818102925
        },
        {
            "start": 818102942,
            "stop": 818102949
        },
        {
            "start": 818102966,
            "stop": 818103001
        },
        {
            "start": 818103019,
            "stop": 818103050
        },
        {
            "start": 818103084,
            "stop": 818103121
        },
        {
            "start": 818103139,
            "stop": 818103146
        },
        {
            "start": 818103163,
            "stop": 818106127
        },
        {
            "start": 818106144,
            "stop": 818106566
        },
        {
            "start": 818106569,
            "stop": 818106673
        },
        {
            "start": 818106693,
            "stop": 818106738
        }
    ]
}