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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10235",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10236,
    "results": [
        {
            "start": 874342234,
            "stop": 874343100
        },
        {
            "start": 874345989,
            "stop": 874346003
        },
        {
            "start": 874346037,
            "stop": 874346050
        },
        {
            "start": 874346084,
            "stop": 874346088
        },
        {
            "start": 874346125,
            "stop": 874346214
        },
        {
            "start": 874346320,
            "stop": 874346466
        },
        {
            "start": 874346504,
            "stop": 874346760
        },
        {
            "start": 874350527,
            "stop": 874350539
        },
        {
            "start": 874350573,
            "stop": 874350586
        },
        {
            "start": 874350621,
            "stop": 874351144
        },
        {
            "start": 874351178,
            "stop": 874351200
        },
        {
            "start": 874351260,
            "stop": 874351800
        },
        {
            "start": 874351860,
            "stop": 874351920
        },
        {
            "start": 874353403,
            "stop": 874353417
        },
        {
            "start": 874354880,
            "stop": 874355161
        },
        {
            "start": 874355212,
            "stop": 874355251
        },
        {
            "start": 874356413,
            "stop": 874357140
        },
        {
            "start": 874357200,
            "stop": 874357313
        },
        {
            "start": 874357332,
            "stop": 874357365
        },
        {
            "start": 874357373,
            "stop": 874357755
        }
    ]
}