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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=181",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 182,
    "results": [
        {
            "start": 843857487,
            "stop": 843858208
        },
        {
            "start": 843862112,
            "stop": 843886785
        },
        {
            "start": 843889288,
            "stop": 843889464
        },
        {
            "start": 843889615,
            "stop": 843891337
        },
        {
            "start": 843894114,
            "stop": 843902002
        },
        {
            "start": 843902302,
            "stop": 843906171
        },
        {
            "start": 843906817,
            "stop": 843907212
        },
        {
            "start": 843907633,
            "stop": 843912109
        },
        {
            "start": 843912409,
            "stop": 843921451
        },
        {
            "start": 843921791,
            "stop": 843922223
        },
        {
            "start": 843922333,
            "stop": 843922376
        },
        {
            "start": 843922676,
            "stop": 843922785
        },
        {
            "start": 843947015,
            "stop": 843948869
        },
        {
            "start": 843949355,
            "stop": 843949446
        },
        {
            "start": 843949688,
            "stop": 843965914
        },
        {
            "start": 843966690,
            "stop": 843966750
        },
        {
            "start": 843966860,
            "stop": 843967237
        },
        {
            "start": 843967537,
            "stop": 843990246
        },
        {
            "start": 843990364,
            "stop": 844007059
        },
        {
            "start": 844007359,
            "stop": 844008226
        }
    ]
}