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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=174",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 175,
    "results": [
        {
            "start": 1135540067,
            "stop": 1135545409
        },
        {
            "start": 1135545417,
            "stop": 1135545643
        },
        {
            "start": 1135545652,
            "stop": 1135559954
        },
        {
            "start": 1135559962,
            "stop": 1135567628
        },
        {
            "start": 1135567630,
            "stop": 1135569503
        },
        {
            "start": 1135569510,
            "stop": 1135580060
        },
        {
            "start": 1135580068,
            "stop": 1135584255
        },
        {
            "start": 1135584257,
            "stop": 1135584876
        },
        {
            "start": 1135584884,
            "stop": 1135596209
        },
        {
            "start": 1135617234,
            "stop": 1135619082
        },
        {
            "start": 1135619090,
            "stop": 1135631574
        },
        {
            "start": 1135631583,
            "stop": 1135631715
        },
        {
            "start": 1135631717,
            "stop": 1135632615
        },
        {
            "start": 1135632617,
            "stop": 1135641526
        },
        {
            "start": 1135641534,
            "stop": 1135647392
        },
        {
            "start": 1135647400,
            "stop": 1135651271
        },
        {
            "start": 1135664857,
            "stop": 1135667743
        },
        {
            "start": 1135667752,
            "stop": 1135675626
        },
        {
            "start": 1135675635,
            "stop": 1135677210
        },
        {
            "start": 1135677211,
            "stop": 1135677995
        }
    ]
}