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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=262",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 263,
    "results": [
        {
            "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
        },
        {
            "start": 821265039,
            "stop": 821265600
        },
        {
            "start": 821265660,
            "stop": 821267150
        },
        {
            "start": 821267230,
            "stop": 821267749
        },
        {
            "start": 821267756,
            "stop": 821269313
        },
        {
            "start": 821269320,
            "stop": 821270098
        },
        {
            "start": 821270106,
            "stop": 821270564
        },
        {
            "start": 821270865,
            "stop": 821275160
        },
        {
            "start": 821275167,
            "stop": 821275715
        },
        {
            "start": 821275722,
            "stop": 821277215
        },
        {
            "start": 821277222,
            "stop": 821279130
        },
        {
            "start": 821279138,
            "stop": 821284167
        },
        {
            "start": 821284171,
            "stop": 821285640
        }
    ]
}