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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2017",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2018,
    "results": [
        {
            "start": 858469769,
            "stop": 858469832
        },
        {
            "start": 858470142,
            "stop": 858470144
        },
        {
            "start": 858470561,
            "stop": 858470574
        },
        {
            "start": 858470874,
            "stop": 858489665
        },
        {
            "start": 858489965,
            "stop": 858513732
        },
        {
            "start": 858513738,
            "stop": 858514641
        },
        {
            "start": 858514643,
            "stop": 858516065
        },
        {
            "start": 858516070,
            "stop": 858524095
        },
        {
            "start": 858524100,
            "stop": 858525692
        },
        {
            "start": 858525700,
            "stop": 858525720
        },
        {
            "start": 858525733,
            "stop": 858525745
        },
        {
            "start": 858525750,
            "stop": 858525767
        },
        {
            "start": 858525773,
            "stop": 858528278
        },
        {
            "start": 858529261,
            "stop": 858531390
        },
        {
            "start": 858531395,
            "stop": 858531600
        },
        {
            "start": 858531603,
            "stop": 858531817
        },
        {
            "start": 858532154,
            "stop": 858533452
        },
        {
            "start": 858533458,
            "stop": 858533557
        },
        {
            "start": 858533563,
            "stop": 858535136
        },
        {
            "start": 858535758,
            "stop": 858539795
        }
    ]
}