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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=97",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 98,
    "results": [
        {
            "start": 818760060,
            "stop": 818764500
        },
        {
            "start": 818764560,
            "stop": 818766016
        },
        {
            "start": 818766024,
            "stop": 818768100
        },
        {
            "start": 818768280,
            "stop": 818768713
        },
        {
            "start": 818770503,
            "stop": 818771580
        },
        {
            "start": 818771700,
            "stop": 818773453
        },
        {
            "start": 818773457,
            "stop": 818775480
        },
        {
            "start": 818775540,
            "stop": 818780217
        },
        {
            "start": 818780249,
            "stop": 818781046
        },
        {
            "start": 818781050,
            "stop": 818788740
        },
        {
            "start": 818788800,
            "stop": 818790361
        },
        {
            "start": 818791706,
            "stop": 818793793
        },
        {
            "start": 818795618,
            "stop": 818800121
        },
        {
            "start": 818800128,
            "stop": 818800573
        },
        {
            "start": 818801834,
            "stop": 818802240
        },
        {
            "start": 818802300,
            "stop": 818802720
        },
        {
            "start": 818802780,
            "stop": 818803200
        },
        {
            "start": 818803260,
            "stop": 818804040
        },
        {
            "start": 818804160,
            "stop": 818804400
        },
        {
            "start": 818804580,
            "stop": 818804796
        }
    ]
}