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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8960",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8961,
    "results": [
        {
            "start": 873756114,
            "stop": 873756196
        },
        {
            "start": 873756213,
            "stop": 873756219
        },
        {
            "start": 873756246,
            "stop": 873756265
        },
        {
            "start": 873756284,
            "stop": 873756469
        },
        {
            "start": 873756489,
            "stop": 873756526
        },
        {
            "start": 873756568,
            "stop": 873756744
        },
        {
            "start": 873756764,
            "stop": 873756937
        },
        {
            "start": 873756957,
            "stop": 873757111
        },
        {
            "start": 873757133,
            "stop": 873757199
        },
        {
            "start": 873757218,
            "stop": 873757296
        },
        {
            "start": 873757315,
            "stop": 873757436
        },
        {
            "start": 873757462,
            "stop": 873757510
        },
        {
            "start": 873757882,
            "stop": 873757979
        },
        {
            "start": 873757999,
            "stop": 873758071
        },
        {
            "start": 873758091,
            "stop": 873758220
        },
        {
            "start": 873759860,
            "stop": 873760088
        },
        {
            "start": 873760113,
            "stop": 873760537
        },
        {
            "start": 873760556,
            "stop": 873760734
        },
        {
            "start": 873760753,
            "stop": 873760806
        },
        {
            "start": 873760823,
            "stop": 873760829
        }
    ]
}