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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=356",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 357,
    "results": [
        {
            "start": 821465279,
            "stop": 821465541
        },
        {
            "start": 821465548,
            "stop": 821465839
        },
        {
            "start": 821465846,
            "stop": 821465859
        },
        {
            "start": 821465866,
            "stop": 821466392
        },
        {
            "start": 821466400,
            "stop": 821466593
        },
        {
            "start": 821466600,
            "stop": 821466608
        },
        {
            "start": 821466611,
            "stop": 821466629
        },
        {
            "start": 821466636,
            "stop": 821466682
        },
        {
            "start": 821466689,
            "stop": 821466717
        },
        {
            "start": 821466724,
            "stop": 821467006
        },
        {
            "start": 821467013,
            "stop": 821467080
        },
        {
            "start": 821467083,
            "stop": 821467181
        },
        {
            "start": 821467188,
            "stop": 821467278
        },
        {
            "start": 821467285,
            "stop": 821467444
        },
        {
            "start": 821467451,
            "stop": 821467542
        },
        {
            "start": 821467545,
            "stop": 821467566
        },
        {
            "start": 821467573,
            "stop": 821467676
        },
        {
            "start": 821468637,
            "stop": 821468671
        },
        {
            "start": 821468674,
            "stop": 821468675
        },
        {
            "start": 821468682,
            "stop": 821468819
        }
    ]
}