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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=347",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 348,
    "results": [
        {
            "start": 821752422,
            "stop": 821752424
        },
        {
            "start": 821752429,
            "stop": 821752431
        },
        {
            "start": 821752436,
            "stop": 821752440
        },
        {
            "start": 821752447,
            "stop": 821752448
        },
        {
            "start": 821752455,
            "stop": 821752457
        },
        {
            "start": 821752460,
            "stop": 821752475
        },
        {
            "start": 821752481,
            "stop": 821752489
        },
        {
            "start": 821752492,
            "stop": 821752511
        },
        {
            "start": 821752514,
            "stop": 821752519
        },
        {
            "start": 821752522,
            "stop": 821752524
        },
        {
            "start": 821752528,
            "stop": 821752541
        },
        {
            "start": 821752551,
            "stop": 821752559
        },
        {
            "start": 821752562,
            "stop": 821752568
        },
        {
            "start": 821752571,
            "stop": 821752577
        },
        {
            "start": 821752580,
            "stop": 821752585
        },
        {
            "start": 821752588,
            "stop": 821752613
        },
        {
            "start": 821752616,
            "stop": 821752622
        },
        {
            "start": 821752625,
            "stop": 821752639
        },
        {
            "start": 821752642,
            "stop": 821752646
        },
        {
            "start": 821752649,
            "stop": 821752655
        }
    ]
}