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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=180",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 181,
    "results": [
        {
            "start": 931473065,
            "stop": 931473068
        },
        {
            "start": 931473070,
            "stop": 931473074
        },
        {
            "start": 931473076,
            "stop": 931473092
        },
        {
            "start": 931473094,
            "stop": 931473103
        },
        {
            "start": 931473105,
            "stop": 931473106
        },
        {
            "start": 931473108,
            "stop": 931473114
        },
        {
            "start": 931473116,
            "stop": 931473137
        },
        {
            "start": 931473140,
            "stop": 931473153
        },
        {
            "start": 931473156,
            "stop": 931473168
        },
        {
            "start": 931473170,
            "stop": 931473183
        },
        {
            "start": 931473187,
            "stop": 931473202
        },
        {
            "start": 931473204,
            "stop": 931473212
        },
        {
            "start": 931473213,
            "stop": 931473215
        },
        {
            "start": 931473217,
            "stop": 931473222
        },
        {
            "start": 931473223,
            "stop": 931473260
        },
        {
            "start": 931473262,
            "stop": 931473273
        },
        {
            "start": 931473275,
            "stop": 931473280
        },
        {
            "start": 931473282,
            "stop": 931473289
        },
        {
            "start": 931473291,
            "stop": 931473296
        },
        {
            "start": 931473298,
            "stop": 931473344
        }
    ]
}