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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=139",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 140,
    "results": [
        {
            "start": 817059328,
            "stop": 817059331
        },
        {
            "start": 817059356,
            "stop": 817059373
        },
        {
            "start": 817059492,
            "stop": 817059499
        },
        {
            "start": 817059519,
            "stop": 817059541
        },
        {
            "start": 817059562,
            "stop": 817059622
        },
        {
            "start": 817059764,
            "stop": 817059766
        },
        {
            "start": 817059818,
            "stop": 817059821
        },
        {
            "start": 817059970,
            "stop": 817059972
        },
        {
            "start": 817059999,
            "stop": 817060027
        },
        {
            "start": 817060048,
            "stop": 817060115
        },
        {
            "start": 817060263,
            "stop": 817060265
        },
        {
            "start": 817060323,
            "stop": 817060345
        },
        {
            "start": 817060683,
            "stop": 817060703
        },
        {
            "start": 817060800,
            "stop": 817060807
        },
        {
            "start": 817060852,
            "stop": 817060860
        },
        {
            "start": 817061333,
            "stop": 817061340
        },
        {
            "start": 817117943,
            "stop": 817118071
        },
        {
            "start": 817118091,
            "stop": 817118167
        },
        {
            "start": 817118470,
            "stop": 817118517
        },
        {
            "start": 817119830,
            "stop": 817119831
        }
    ]
}