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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=288",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 289,
    "results": [
        {
            "start": 820895896,
            "stop": 820895936
        },
        {
            "start": 820895940,
            "stop": 820895946
        },
        {
            "start": 820895954,
            "stop": 820896039
        },
        {
            "start": 820896042,
            "stop": 820896138
        },
        {
            "start": 820896142,
            "stop": 820896335
        },
        {
            "start": 820896339,
            "stop": 820896345
        },
        {
            "start": 820896349,
            "stop": 820896413
        },
        {
            "start": 820896416,
            "stop": 820896451
        },
        {
            "start": 820896470,
            "stop": 820896501
        },
        {
            "start": 820896505,
            "stop": 820896564
        },
        {
            "start": 820896568,
            "stop": 820896799
        },
        {
            "start": 820896919,
            "stop": 820897089
        },
        {
            "start": 820897092,
            "stop": 820898727
        },
        {
            "start": 820898731,
            "stop": 820898745
        },
        {
            "start": 820898749,
            "stop": 820898776
        },
        {
            "start": 820898780,
            "stop": 820899013
        },
        {
            "start": 820899016,
            "stop": 820899346
        },
        {
            "start": 820899349,
            "stop": 820899354
        },
        {
            "start": 820899474,
            "stop": 820899518
        },
        {
            "start": 820899701,
            "stop": 820899969
        }
    ]
}