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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=222",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 223,
    "results": [
        {
            "start": 821237209,
            "stop": 821237306
        },
        {
            "start": 821237314,
            "stop": 821237810
        },
        {
            "start": 821237890,
            "stop": 821239333
        },
        {
            "start": 821240172,
            "stop": 821240606
        },
        {
            "start": 821240613,
            "stop": 821241170
        },
        {
            "start": 821241250,
            "stop": 821242370
        },
        {
            "start": 821242450,
            "stop": 821243330
        },
        {
            "start": 821243410,
            "stop": 821245812
        },
        {
            "start": 821245819,
            "stop": 821246021
        },
        {
            "start": 821246028,
            "stop": 821246650
        },
        {
            "start": 821246657,
            "stop": 821248433
        },
        {
            "start": 821248440,
            "stop": 821248784
        },
        {
            "start": 821248965,
            "stop": 821249402
        },
        {
            "start": 821249410,
            "stop": 821249665
        },
        {
            "start": 821249672,
            "stop": 821251386
        },
        {
            "start": 821251394,
            "stop": 821253344
        },
        {
            "start": 821253525,
            "stop": 821254027
        },
        {
            "start": 821254034,
            "stop": 821260613
        },
        {
            "start": 821260620,
            "stop": 821262955
        },
        {
            "start": 821262962,
            "stop": 821265032
        }
    ]
}