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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3550",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3548",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3549,
    "results": [
        {
            "start": 871624268,
            "stop": 871624286
        },
        {
            "start": 871624303,
            "stop": 871624402
        },
        {
            "start": 871624419,
            "stop": 871625303
        },
        {
            "start": 871625320,
            "stop": 871626370
        },
        {
            "start": 871626387,
            "stop": 871627072
        },
        {
            "start": 871627089,
            "stop": 871627105
        },
        {
            "start": 871627122,
            "stop": 871627124
        },
        {
            "start": 871627305,
            "stop": 871627513
        },
        {
            "start": 871627530,
            "stop": 871627728
        },
        {
            "start": 871627753,
            "stop": 871628705
        },
        {
            "start": 871628722,
            "stop": 871628867
        },
        {
            "start": 871628884,
            "stop": 871629359
        },
        {
            "start": 871629390,
            "stop": 871630301
        },
        {
            "start": 871630318,
            "stop": 871630351
        },
        {
            "start": 871630368,
            "stop": 871630369
        },
        {
            "start": 871630386,
            "stop": 871630852
        },
        {
            "start": 871630869,
            "stop": 871631204
        },
        {
            "start": 871631409,
            "stop": 871631889
        },
        {
            "start": 871631915,
            "stop": 871632034
        },
        {
            "start": 871632051,
            "stop": 871632373
        }
    ]
}