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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=231",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 232,
    "results": [
        {
            "start": 931538360,
            "stop": 931538364
        },
        {
            "start": 931538366,
            "stop": 931538367
        },
        {
            "start": 931538368,
            "stop": 931538370
        },
        {
            "start": 931538372,
            "stop": 931538386
        },
        {
            "start": 931538394,
            "stop": 931538398
        },
        {
            "start": 931538399,
            "stop": 931538402
        },
        {
            "start": 931538406,
            "stop": 931538407
        },
        {
            "start": 931538410,
            "stop": 931538411
        },
        {
            "start": 931538415,
            "stop": 931538444
        },
        {
            "start": 931538448,
            "stop": 931538449
        },
        {
            "start": 931538454,
            "stop": 931538455
        },
        {
            "start": 931538457,
            "stop": 931538459
        },
        {
            "start": 931538466,
            "stop": 931538467
        },
        {
            "start": 931538469,
            "stop": 931538470
        },
        {
            "start": 931538475,
            "stop": 931538476
        },
        {
            "start": 931538480,
            "stop": 931538481
        },
        {
            "start": 931538483,
            "stop": 931538486
        },
        {
            "start": 931538488,
            "stop": 931538493
        },
        {
            "start": 931538497,
            "stop": 931538500
        },
        {
            "start": 931538502,
            "stop": 931538518
        }
    ]
}