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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=654",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=652",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 653,
    "results": [
        {
            "start": 829372680,
            "stop": 829374707
        },
        {
            "start": 829374711,
            "stop": 829374741
        },
        {
            "start": 829374744,
            "stop": 829377449
        },
        {
            "start": 829377526,
            "stop": 829380095
        },
        {
            "start": 829384466,
            "stop": 829388122
        },
        {
            "start": 829388139,
            "stop": 829389840
        },
        {
            "start": 829389900,
            "stop": 829393740
        },
        {
            "start": 829393800,
            "stop": 829394280
        },
        {
            "start": 829394340,
            "stop": 829395265
        },
        {
            "start": 829403351,
            "stop": 829403363
        },
        {
            "start": 829403419,
            "stop": 829403420
        },
        {
            "start": 829403439,
            "stop": 829403441
        },
        {
            "start": 829403932,
            "stop": 829403943
        },
        {
            "start": 829403962,
            "stop": 829403975
        },
        {
            "start": 829404004,
            "stop": 829404012
        },
        {
            "start": 829404033,
            "stop": 829404039
        },
        {
            "start": 829404058,
            "stop": 829404103
        },
        {
            "start": 829404133,
            "stop": 829404140
        },
        {
            "start": 829404175,
            "stop": 829404176
        },
        {
            "start": 829404195,
            "stop": 829404203
        }
    ]
}