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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=270",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 271,
    "results": [
        {
            "start": 821612463,
            "stop": 821612466
        },
        {
            "start": 821612469,
            "stop": 821612487
        },
        {
            "start": 821612490,
            "stop": 821612515
        },
        {
            "start": 821612519,
            "stop": 821612841
        },
        {
            "start": 821625020,
            "stop": 821625180
        },
        {
            "start": 821625984,
            "stop": 821626090
        },
        {
            "start": 821626093,
            "stop": 821626220
        },
        {
            "start": 821626223,
            "stop": 821626226
        },
        {
            "start": 821626231,
            "stop": 821626556
        },
        {
            "start": 821626560,
            "stop": 821626626
        },
        {
            "start": 821626629,
            "stop": 821626775
        },
        {
            "start": 821626778,
            "stop": 821626782
        },
        {
            "start": 821626785,
            "stop": 821626958
        },
        {
            "start": 821626961,
            "stop": 821627397
        },
        {
            "start": 821627400,
            "stop": 821627588
        },
        {
            "start": 821627592,
            "stop": 821627632
        },
        {
            "start": 821627636,
            "stop": 821627890
        },
        {
            "start": 821627893,
            "stop": 821627924
        },
        {
            "start": 821627928,
            "stop": 821627968
        },
        {
            "start": 821627971,
            "stop": 821628124
        }
    ]
}