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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=166",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 167,
    "results": [
        {
            "start": 931426994,
            "stop": 931427003
        },
        {
            "start": 931427005,
            "stop": 931427022
        },
        {
            "start": 931427024,
            "stop": 931427093
        },
        {
            "start": 931427095,
            "stop": 931427099
        },
        {
            "start": 931427101,
            "stop": 931427122
        },
        {
            "start": 931427124,
            "stop": 931427134
        },
        {
            "start": 931427136,
            "stop": 931427158
        },
        {
            "start": 931427160,
            "stop": 931427165
        },
        {
            "start": 931427167,
            "stop": 931427255
        },
        {
            "start": 931427257,
            "stop": 931427283
        },
        {
            "start": 931427286,
            "stop": 931427289
        },
        {
            "start": 931427291,
            "stop": 931427325
        },
        {
            "start": 931427327,
            "stop": 931427371
        },
        {
            "start": 931427373,
            "stop": 931427381
        },
        {
            "start": 931427383,
            "stop": 931427384
        },
        {
            "start": 931427386,
            "stop": 931427415
        },
        {
            "start": 931427417,
            "stop": 931427421
        },
        {
            "start": 931427425,
            "stop": 931427429
        },
        {
            "start": 931427431,
            "stop": 931427432
        },
        {
            "start": 931427438,
            "stop": 931427441
        }
    ]
}