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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=26",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 27,
    "results": [
        {
            "start": 815546730,
            "stop": 815547800
        },
        {
            "start": 815547920,
            "stop": 815548346
        },
        {
            "start": 815548363,
            "stop": 815548657
        },
        {
            "start": 815548674,
            "stop": 815551004
        },
        {
            "start": 815552578,
            "stop": 815555551
        },
        {
            "start": 815563790,
            "stop": 815571672
        },
        {
            "start": 815576075,
            "stop": 815576525
        },
        {
            "start": 815576529,
            "stop": 815580690
        },
        {
            "start": 815580750,
            "stop": 815586539
        },
        {
            "start": 815586659,
            "stop": 815586696
        },
        {
            "start": 815586883,
            "stop": 815588961
        },
        {
            "start": 815589081,
            "stop": 815589093
        },
        {
            "start": 815589213,
            "stop": 815590170
        },
        {
            "start": 815590230,
            "stop": 815592510
        },
        {
            "start": 815592570,
            "stop": 815592663
        },
        {
            "start": 815592680,
            "stop": 815593234
        },
        {
            "start": 815593354,
            "stop": 815593356
        },
        {
            "start": 815593476,
            "stop": 815594454
        },
        {
            "start": 815594574,
            "stop": 815594610
        },
        {
            "start": 815594730,
            "stop": 815595379
        }
    ]
}