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=10302
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=10303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10301",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10302,
    "results": [
        {
            "start": 875194207,
            "stop": 875195010
        },
        {
            "start": 875196450,
            "stop": 875196534
        },
        {
            "start": 875196542,
            "stop": 875196734
        },
        {
            "start": 875196742,
            "stop": 875197980
        },
        {
            "start": 875198100,
            "stop": 875198848
        },
        {
            "start": 875198855,
            "stop": 875199127
        },
        {
            "start": 875199134,
            "stop": 875199265
        },
        {
            "start": 875199385,
            "stop": 875200229
        },
        {
            "start": 875200237,
            "stop": 875201299
        },
        {
            "start": 875201306,
            "stop": 875202102
        },
        {
            "start": 875202282,
            "stop": 875202423
        },
        {
            "start": 875202459,
            "stop": 875202660
        },
        {
            "start": 875202720,
            "stop": 875203269
        },
        {
            "start": 875203440,
            "stop": 875203680
        },
        {
            "start": 875203800,
            "stop": 875203860
        },
        {
            "start": 875203980,
            "stop": 875204040
        },
        {
            "start": 875204280,
            "stop": 875204326
        },
        {
            "start": 875204334,
            "stop": 875204412
        },
        {
            "start": 875204420,
            "stop": 875205263
        },
        {
            "start": 875205271,
            "stop": 875205434
        }
    ]
}