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=8782
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=8783",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8781",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8782,
    "results": [
        {
            "start": 873435960,
            "stop": 873435990
        },
        {
            "start": 873436080,
            "stop": 873436260
        },
        {
            "start": 873436923,
            "stop": 873438300
        },
        {
            "start": 873438360,
            "stop": 873440400
        },
        {
            "start": 873440460,
            "stop": 873440575
        },
        {
            "start": 873440592,
            "stop": 873441012
        },
        {
            "start": 873441132,
            "stop": 873443896
        },
        {
            "start": 873443912,
            "stop": 873447120
        },
        {
            "start": 873447180,
            "stop": 873449390
        },
        {
            "start": 873449470,
            "stop": 873451924
        },
        {
            "start": 873451941,
            "stop": 873452450
        },
        {
            "start": 873452530,
            "stop": 873458496
        },
        {
            "start": 873458513,
            "stop": 873459780
        },
        {
            "start": 873459840,
            "stop": 873461739
        },
        {
            "start": 873461778,
            "stop": 873465530
        },
        {
            "start": 873465670,
            "stop": 873466809
        },
        {
            "start": 873466929,
            "stop": 873468099
        },
        {
            "start": 873468219,
            "stop": 873468824
        },
        {
            "start": 873468841,
            "stop": 873468980
        },
        {
            "start": 873469100,
            "stop": 873471047
        }
    ]
}