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=8803
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=8804",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8802",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8803,
    "results": [
        {
            "start": 873897225,
            "stop": 873899357
        },
        {
            "start": 873899374,
            "stop": 873902406
        },
        {
            "start": 873902423,
            "stop": 873902974
        },
        {
            "start": 873903094,
            "stop": 873903196
        },
        {
            "start": 873903316,
            "stop": 873903617
        },
        {
            "start": 873903941,
            "stop": 873904490
        },
        {
            "start": 873904570,
            "stop": 873906757
        },
        {
            "start": 873906910,
            "stop": 873909434
        },
        {
            "start": 873909451,
            "stop": 873909802
        },
        {
            "start": 873909819,
            "stop": 873910260
        },
        {
            "start": 873910320,
            "stop": 873911416
        },
        {
            "start": 873911536,
            "stop": 873912500
        },
        {
            "start": 873940829,
            "stop": 873940870
        },
        {
            "start": 873941385,
            "stop": 873941577
        },
        {
            "start": 873941756,
            "stop": 873942046
        },
        {
            "start": 873942166,
            "stop": 873945213
        },
        {
            "start": 873945230,
            "stop": 873945975
        },
        {
            "start": 873947068,
            "stop": 873949454
        },
        {
            "start": 873949574,
            "stop": 873949851
        },
        {
            "start": 873949868,
            "stop": 873949978
        }
    ]
}