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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=168",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 169,
    "results": [
        {
            "start": 931788877,
            "stop": 931788881
        },
        {
            "start": 931788896,
            "stop": 931788898
        },
        {
            "start": 931788904,
            "stop": 931789948
        },
        {
            "start": 931793105,
            "stop": 931795236
        },
        {
            "start": 931795243,
            "stop": 931795269
        },
        {
            "start": 931806644,
            "stop": 931806743
        },
        {
            "start": 931806749,
            "stop": 931807077
        },
        {
            "start": 931811212,
            "stop": 931811695
        },
        {
            "start": 931814270,
            "stop": 931815217
        },
        {
            "start": 931815220,
            "stop": 931816082
        },
        {
            "start": 931816088,
            "stop": 931816095
        },
        {
            "start": 931817031,
            "stop": 931819923
        },
        {
            "start": 931819959,
            "stop": 931822815
        },
        {
            "start": 931826475,
            "stop": 931832026
        },
        {
            "start": 931836793,
            "stop": 931842144
        },
        {
            "start": 931842147,
            "stop": 931842637
        },
        {
            "start": 931842932,
            "stop": 931843473
        },
        {
            "start": 931845510,
            "stop": 931846600
        },
        {
            "start": 931851319,
            "stop": 931856052
        },
        {
            "start": 931857948,
            "stop": 931859834
        }
    ]
}