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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4936",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4937,
    "results": [
        {
            "start": 874339779,
            "stop": 874339784
        },
        {
            "start": 874339817,
            "stop": 874339838
        },
        {
            "start": 874339857,
            "stop": 874339877
        },
        {
            "start": 874339902,
            "stop": 874339913
        },
        {
            "start": 874339933,
            "stop": 874339951
        },
        {
            "start": 874340018,
            "stop": 874340028
        },
        {
            "start": 874340049,
            "stop": 874340065
        },
        {
            "start": 874340099,
            "stop": 874340126
        },
        {
            "start": 874340162,
            "stop": 874340260
        },
        {
            "start": 874340284,
            "stop": 874340301
        },
        {
            "start": 874340377,
            "stop": 874340405
        },
        {
            "start": 874340451,
            "stop": 874340473
        },
        {
            "start": 874340503,
            "stop": 874340576
        },
        {
            "start": 874340605,
            "stop": 874340610
        },
        {
            "start": 874340630,
            "stop": 874340659
        },
        {
            "start": 874340678,
            "stop": 874340679
        },
        {
            "start": 874341395,
            "stop": 874341405
        },
        {
            "start": 874341433,
            "stop": 874341463
        },
        {
            "start": 874341482,
            "stop": 874341513
        },
        {
            "start": 874341585,
            "stop": 874341591
        }
    ]
}