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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=113",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 114,
    "results": [
        {
            "start": 931789805,
            "stop": 931789948
        },
        {
            "start": 931793105,
            "stop": 931793198
        },
        {
            "start": 931793318,
            "stop": 931793524
        },
        {
            "start": 931793529,
            "stop": 931793888
        },
        {
            "start": 931794132,
            "stop": 931794712
        },
        {
            "start": 931794832,
            "stop": 931795039
        },
        {
            "start": 931795041,
            "stop": 931795164
        },
        {
            "start": 931806644,
            "stop": 931806735
        },
        {
            "start": 931806753,
            "stop": 931806830
        },
        {
            "start": 931806832,
            "stop": 931806972
        },
        {
            "start": 931811212,
            "stop": 931811367
        },
        {
            "start": 931811369,
            "stop": 931811590
        },
        {
            "start": 931814270,
            "stop": 931814480
        },
        {
            "start": 931814763,
            "stop": 931814951
        },
        {
            "start": 931815181,
            "stop": 931815206
        },
        {
            "start": 931815209,
            "stop": 931815217
        },
        {
            "start": 931815220,
            "stop": 931815475
        },
        {
            "start": 931815479,
            "stop": 931815493
        },
        {
            "start": 931815700,
            "stop": 931815786
        },
        {
            "start": 931815789,
            "stop": 931815828
        }
    ]
}