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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=147",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 148,
    "results": [
        {
            "start": 818524120,
            "stop": 818524590
        },
        {
            "start": 818562732,
            "stop": 818564489
        },
        {
            "start": 818564490,
            "stop": 818564731
        },
        {
            "start": 818565563,
            "stop": 818569657
        },
        {
            "start": 818576190,
            "stop": 818577123
        },
        {
            "start": 818577243,
            "stop": 818603306
        },
        {
            "start": 818603310,
            "stop": 818604150
        },
        {
            "start": 818605430,
            "stop": 818611008
        },
        {
            "start": 818611128,
            "stop": 818614705
        },
        {
            "start": 818614825,
            "stop": 818618833
        },
        {
            "start": 818618953,
            "stop": 818619174
        },
        {
            "start": 818621200,
            "stop": 818621240
        },
        {
            "start": 818621360,
            "stop": 818630691
        },
        {
            "start": 818630811,
            "stop": 818634490
        },
        {
            "start": 818634610,
            "stop": 818634625
        },
        {
            "start": 818637188,
            "stop": 818640279
        },
        {
            "start": 818640283,
            "stop": 818641346
        },
        {
            "start": 818641466,
            "stop": 818644868
        },
        {
            "start": 818646964,
            "stop": 818649274
        },
        {
            "start": 818649394,
            "stop": 818653740
        }
    ]
}