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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=366",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 367,
    "results": [
        {
            "start": 821367768,
            "stop": 821367807
        },
        {
            "start": 821367846,
            "stop": 821367857
        },
        {
            "start": 821367876,
            "stop": 821367889
        },
        {
            "start": 821367923,
            "stop": 821367936
        },
        {
            "start": 821367955,
            "stop": 821368118
        },
        {
            "start": 821368137,
            "stop": 821368201
        },
        {
            "start": 821368220,
            "stop": 821368221
        },
        {
            "start": 821368240,
            "stop": 821368416
        },
        {
            "start": 821368448,
            "stop": 821368513
        },
        {
            "start": 821368532,
            "stop": 821368551
        },
        {
            "start": 821368570,
            "stop": 821368588
        },
        {
            "start": 821368607,
            "stop": 821369094
        },
        {
            "start": 821369097,
            "stop": 821369264
        },
        {
            "start": 821369267,
            "stop": 821369473
        },
        {
            "start": 821369494,
            "stop": 821369714
        },
        {
            "start": 821369733,
            "stop": 821369959
        },
        {
            "start": 821369978,
            "stop": 821370099
        },
        {
            "start": 821370118,
            "stop": 821370216
        },
        {
            "start": 821370254,
            "stop": 821370320
        },
        {
            "start": 821370339,
            "stop": 821370455
        }
    ]
}