Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=121
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=120",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 121,
    "results": [
        {
            "start": 1176271386,
            "stop": 1176285014
        },
        {
            "start": 1176285016,
            "stop": 1176294502
        },
        {
            "start": 1176294504,
            "stop": 1176299323
        },
        {
            "start": 1176299325,
            "stop": 1176303307
        },
        {
            "start": 1176303308,
            "stop": 1176303715
        },
        {
            "start": 1176303717,
            "stop": 1176303720
        },
        {
            "start": 1176303721,
            "stop": 1176304121
        },
        {
            "start": 1176304122,
            "stop": 1176304126
        },
        {
            "start": 1176304130,
            "stop": 1176306094
        },
        {
            "start": 1176306096,
            "stop": 1176309232
        },
        {
            "start": 1176309234,
            "stop": 1176319169
        },
        {
            "start": 1176319171,
            "stop": 1176319556
        },
        {
            "start": 1176319558,
            "stop": 1176334002
        },
        {
            "start": 1176334003,
            "stop": 1176337659
        },
        {
            "start": 1176337660,
            "stop": 1176337688
        },
        {
            "start": 1176337689,
            "stop": 1176337933
        },
        {
            "start": 1176337935,
            "stop": 1176337936
        },
        {
            "start": 1176337938,
            "stop": 1176338521
        },
        {
            "start": 1176338522,
            "stop": 1176338545
        },
        {
            "start": 1176338548,
            "stop": 1176338659
        }
    ]
}