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=5131
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=5132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5130",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5131,
    "results": [
        {
            "start": 874701321,
            "stop": 874701331
        },
        {
            "start": 874701344,
            "stop": 874701367
        },
        {
            "start": 874701377,
            "stop": 874701394
        },
        {
            "start": 874701401,
            "stop": 874701437
        },
        {
            "start": 874701448,
            "stop": 874701451
        },
        {
            "start": 874701463,
            "stop": 874701507
        },
        {
            "start": 874701523,
            "stop": 874701525
        },
        {
            "start": 874701532,
            "stop": 874701539
        },
        {
            "start": 874701553,
            "stop": 874701572
        },
        {
            "start": 874701580,
            "stop": 874701594
        },
        {
            "start": 874701602,
            "stop": 874701624
        },
        {
            "start": 874701634,
            "stop": 874701635
        },
        {
            "start": 874701645,
            "stop": 874701662
        },
        {
            "start": 874701669,
            "stop": 874701678
        },
        {
            "start": 874701688,
            "stop": 874701690
        },
        {
            "start": 874701697,
            "stop": 874701704
        },
        {
            "start": 874701711,
            "stop": 874701756
        },
        {
            "start": 874701764,
            "stop": 874701785
        },
        {
            "start": 874701792,
            "stop": 874701814
        },
        {
            "start": 874701824,
            "stop": 874701837
        }
    ]
}