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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=79",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 80,
    "results": [
        {
            "start": 816827741,
            "stop": 816827746
        },
        {
            "start": 816827829,
            "stop": 816827832
        },
        {
            "start": 816827854,
            "stop": 816827884
        },
        {
            "start": 816827905,
            "stop": 816827958
        },
        {
            "start": 816827984,
            "stop": 816827988
        },
        {
            "start": 816828024,
            "stop": 816828054
        },
        {
            "start": 816828094,
            "stop": 816828102
        },
        {
            "start": 816828122,
            "stop": 816828156
        },
        {
            "start": 816828192,
            "stop": 816828252
        },
        {
            "start": 816828269,
            "stop": 816828286
        },
        {
            "start": 816828405,
            "stop": 816828462
        },
        {
            "start": 816828483,
            "stop": 816828500
        },
        {
            "start": 816828552,
            "stop": 816828556
        },
        {
            "start": 816828678,
            "stop": 816828686
        },
        {
            "start": 816828728,
            "stop": 816828736
        },
        {
            "start": 816828809,
            "stop": 816828879
        },
        {
            "start": 816828899,
            "stop": 816828985
        },
        {
            "start": 816829012,
            "stop": 816829018
        },
        {
            "start": 816829035,
            "stop": 816829046
        },
        {
            "start": 816829063,
            "stop": 816829076
        }
    ]
}