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=8831
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=8832",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8830",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8831,
    "results": [
        {
            "start": 874378140,
            "stop": 874378560
        },
        {
            "start": 874378620,
            "stop": 874378800
        },
        {
            "start": 874378860,
            "stop": 874380180
        },
        {
            "start": 874380300,
            "stop": 874380420
        },
        {
            "start": 874380540,
            "stop": 874380780
        },
        {
            "start": 874380840,
            "stop": 874381080
        },
        {
            "start": 874381140,
            "stop": 874381203
        },
        {
            "start": 874381323,
            "stop": 874381380
        },
        {
            "start": 874381440,
            "stop": 874381500
        },
        {
            "start": 874381560,
            "stop": 874382160
        },
        {
            "start": 874382220,
            "stop": 874382580
        },
        {
            "start": 874382640,
            "stop": 874383120
        },
        {
            "start": 874383240,
            "stop": 874383780
        },
        {
            "start": 874383900,
            "stop": 874384260
        },
        {
            "start": 874384320,
            "stop": 874384620
        },
        {
            "start": 874384740,
            "stop": 874389600
        },
        {
            "start": 874389660,
            "stop": 874391851
        },
        {
            "start": 874391971,
            "stop": 874394098
        },
        {
            "start": 874394115,
            "stop": 874398418
        },
        {
            "start": 874398435,
            "stop": 874403760
        }
    ]
}