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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3203",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3204,
    "results": [
        {
            "start": 871017579,
            "stop": 871032403
        },
        {
            "start": 871034076,
            "stop": 871039980
        },
        {
            "start": 871040100,
            "stop": 871043670
        },
        {
            "start": 871043760,
            "stop": 871044420
        },
        {
            "start": 871044540,
            "stop": 871046600
        },
        {
            "start": 871046604,
            "stop": 871047241
        },
        {
            "start": 871047244,
            "stop": 871047249
        },
        {
            "start": 871047256,
            "stop": 871047442
        },
        {
            "start": 871047448,
            "stop": 871047470
        },
        {
            "start": 871047475,
            "stop": 871047532
        },
        {
            "start": 871047538,
            "stop": 871048500
        },
        {
            "start": 871048680,
            "stop": 871049100
        },
        {
            "start": 871049160,
            "stop": 871050720
        },
        {
            "start": 871050840,
            "stop": 871051500
        },
        {
            "start": 871051560,
            "stop": 871052040
        },
        {
            "start": 871052100,
            "stop": 871054554
        },
        {
            "start": 871054558,
            "stop": 871054559
        },
        {
            "start": 871054562,
            "stop": 871055130
        },
        {
            "start": 871055135,
            "stop": 871055520
        },
        {
            "start": 871055580,
            "stop": 871057030
        }
    ]
}