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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 2,
    "results": [
        {
            "start": 815751372,
            "stop": 815753031
        },
        {
            "start": 815753033,
            "stop": 815757706
        },
        {
            "start": 815772558,
            "stop": 815773381
        },
        {
            "start": 815773878,
            "stop": 815775741
        },
        {
            "start": 815775973,
            "stop": 815776494
        },
        {
            "start": 815776912,
            "stop": 815776992
        },
        {
            "start": 815780978,
            "stop": 815783310
        },
        {
            "start": 815795295,
            "stop": 815795431
        },
        {
            "start": 815796003,
            "stop": 815798508
        },
        {
            "start": 815804799,
            "stop": 815805564
        },
        {
            "start": 815813402,
            "stop": 815817718
        },
        {
            "start": 815817719,
            "stop": 815820237
        },
        {
            "start": 815821081,
            "stop": 815826882
        },
        {
            "start": 815826885,
            "stop": 815827695
        },
        {
            "start": 815827698,
            "stop": 815833207
        },
        {
            "start": 815833210,
            "stop": 815836093
        },
        {
            "start": 815838512,
            "stop": 815840967
        },
        {
            "start": 815880370,
            "stop": 815882688
        },
        {
            "start": 815882720,
            "stop": 815889051
        },
        {
            "start": 815889406,
            "stop": 815890241
        }
    ]
}