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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=395",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 396,
    "results": [
        {
            "start": 829638326,
            "stop": 829638329
        },
        {
            "start": 829638332,
            "stop": 829638333
        },
        {
            "start": 829638335,
            "stop": 829638343
        },
        {
            "start": 829638345,
            "stop": 829638351
        },
        {
            "start": 829638353,
            "stop": 829638354
        },
        {
            "start": 829638357,
            "stop": 829638361
        },
        {
            "start": 829638367,
            "stop": 829638368
        },
        {
            "start": 829638374,
            "stop": 829638376
        },
        {
            "start": 829638380,
            "stop": 829638382
        },
        {
            "start": 829638387,
            "stop": 829638389
        },
        {
            "start": 829638391,
            "stop": 829638392
        },
        {
            "start": 829638394,
            "stop": 829638395
        },
        {
            "start": 829638400,
            "stop": 829638403
        },
        {
            "start": 829638405,
            "stop": 829638411
        },
        {
            "start": 829638413,
            "stop": 829638421
        },
        {
            "start": 829638423,
            "stop": 829638433
        },
        {
            "start": 829638434,
            "stop": 829638440
        },
        {
            "start": 829638442,
            "stop": 829638446
        },
        {
            "start": 829638449,
            "stop": 829638450
        },
        {
            "start": 829638452,
            "stop": 829638454
        }
    ]
}