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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=225",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 226,
    "results": [
        {
            "start": 821678036,
            "stop": 821678042
        },
        {
            "start": 821678049,
            "stop": 821678055
        },
        {
            "start": 821678058,
            "stop": 821678059
        },
        {
            "start": 821678065,
            "stop": 821678077
        },
        {
            "start": 821678082,
            "stop": 821678087
        },
        {
            "start": 821678090,
            "stop": 821678095
        },
        {
            "start": 821678098,
            "stop": 821678117
        },
        {
            "start": 821678120,
            "stop": 821678128
        },
        {
            "start": 821678131,
            "stop": 821678137
        },
        {
            "start": 821678140,
            "stop": 821678148
        },
        {
            "start": 821678151,
            "stop": 821678154
        },
        {
            "start": 821678159,
            "stop": 821678160
        },
        {
            "start": 821678166,
            "stop": 821678174
        },
        {
            "start": 821678179,
            "stop": 821678182
        },
        {
            "start": 821678185,
            "stop": 821678198
        },
        {
            "start": 821678203,
            "stop": 821678204
        },
        {
            "start": 821678207,
            "stop": 821678215
        },
        {
            "start": 821678218,
            "stop": 821678220
        },
        {
            "start": 821678227,
            "stop": 821678229
        },
        {
            "start": 821678233,
            "stop": 821678240
        }
    ]
}