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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5141",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5142,
    "results": [
        {
            "start": 874711672,
            "stop": 874711693
        },
        {
            "start": 874711703,
            "stop": 874711758
        },
        {
            "start": 874711766,
            "stop": 874711832
        },
        {
            "start": 874711839,
            "stop": 874711845
        },
        {
            "start": 874711856,
            "stop": 874711862
        },
        {
            "start": 874711869,
            "stop": 874711872
        },
        {
            "start": 874711879,
            "stop": 874711910
        },
        {
            "start": 874711917,
            "stop": 874711951
        },
        {
            "start": 874711959,
            "stop": 874711964
        },
        {
            "start": 874711977,
            "stop": 874711990
        },
        {
            "start": 874711997,
            "stop": 874712082
        },
        {
            "start": 874712089,
            "stop": 874712090
        },
        {
            "start": 874712102,
            "stop": 874712158
        },
        {
            "start": 874712165,
            "stop": 874712182
        },
        {
            "start": 874712194,
            "stop": 874712223
        },
        {
            "start": 874712230,
            "stop": 874712234
        },
        {
            "start": 874712242,
            "stop": 874712250
        },
        {
            "start": 874712257,
            "stop": 874712264
        },
        {
            "start": 874712274,
            "stop": 874712315
        },
        {
            "start": 874712323,
            "stop": 874712334
        }
    ]
}