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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7400",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7398",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7399,
    "results": [
        {
            "start": 969676155,
            "stop": 969676177
        },
        {
            "start": 969676180,
            "stop": 969676219
        },
        {
            "start": 969676222,
            "stop": 969676274
        },
        {
            "start": 969676277,
            "stop": 969676283
        },
        {
            "start": 969676286,
            "stop": 969676294
        },
        {
            "start": 969676297,
            "stop": 969676327
        },
        {
            "start": 969676333,
            "stop": 969676469
        },
        {
            "start": 969676472,
            "stop": 969676538
        },
        {
            "start": 969676541,
            "stop": 969676575
        },
        {
            "start": 969676578,
            "stop": 969676627
        },
        {
            "start": 969676630,
            "stop": 969676667
        },
        {
            "start": 969676670,
            "stop": 969676734
        },
        {
            "start": 969676737,
            "stop": 969676783
        },
        {
            "start": 969676797,
            "stop": 969676821
        },
        {
            "start": 969676824,
            "stop": 969676835
        },
        {
            "start": 969676838,
            "stop": 969676897
        },
        {
            "start": 969676900,
            "stop": 969676926
        },
        {
            "start": 969676966,
            "stop": 969676969
        },
        {
            "start": 969676972,
            "stop": 969677104
        },
        {
            "start": 969677107,
            "stop": 969677204
        }
    ]
}