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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1500",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1498",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1499,
    "results": [
        {
            "start": 866770879,
            "stop": 866771014
        },
        {
            "start": 866771017,
            "stop": 866774043
        },
        {
            "start": 866784871,
            "stop": 866822592
        },
        {
            "start": 866822595,
            "stop": 866823074
        },
        {
            "start": 866823077,
            "stop": 866823864
        },
        {
            "start": 866828705,
            "stop": 866836542
        },
        {
            "start": 866846954,
            "stop": 866847588
        },
        {
            "start": 866847593,
            "stop": 866847933
        },
        {
            "start": 866847936,
            "stop": 866848499
        },
        {
            "start": 866848502,
            "stop": 866848813
        },
        {
            "start": 866848818,
            "stop": 866848847
        },
        {
            "start": 866848852,
            "stop": 866848860
        },
        {
            "start": 866848864,
            "stop": 866848919
        },
        {
            "start": 866848922,
            "stop": 866861860
        },
        {
            "start": 866862888,
            "stop": 866904709
        },
        {
            "start": 866935564,
            "stop": 866935607
        },
        {
            "start": 866935759,
            "stop": 866935779
        },
        {
            "start": 866935843,
            "stop": 866935862
        },
        {
            "start": 866935907,
            "stop": 866935930
        },
        {
            "start": 866935992,
            "stop": 866936009
        }
    ]
}