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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1082",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1080",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1081,
    "results": [
        {
            "start": 1136393704,
            "stop": 1136393707
        },
        {
            "start": 1136393711,
            "stop": 1136393713
        },
        {
            "start": 1136393717,
            "stop": 1136393719
        },
        {
            "start": 1136393723,
            "stop": 1136393726
        },
        {
            "start": 1136393730,
            "stop": 1136393735
        },
        {
            "start": 1136393739,
            "stop": 1136393744
        },
        {
            "start": 1136393750,
            "stop": 1136393751
        },
        {
            "start": 1136393756,
            "stop": 1136393760
        },
        {
            "start": 1136393764,
            "stop": 1136393768
        },
        {
            "start": 1136393772,
            "stop": 1136393773
        },
        {
            "start": 1136393780,
            "stop": 1136393782
        },
        {
            "start": 1136393805,
            "stop": 1136393806
        },
        {
            "start": 1136393874,
            "stop": 1136393875
        },
        {
            "start": 1136393882,
            "stop": 1136393884
        },
        {
            "start": 1136393890,
            "stop": 1136393891
        },
        {
            "start": 1136393895,
            "stop": 1136393897
        },
        {
            "start": 1136393901,
            "stop": 1136393902
        },
        {
            "start": 1136393910,
            "stop": 1136393912
        },
        {
            "start": 1136393924,
            "stop": 1136393926
        },
        {
            "start": 1136393930,
            "stop": 1136393931
        }
    ]
}