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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=408",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 409,
    "results": [
        {
            "start": 821767914,
            "stop": 821767917
        },
        {
            "start": 821767920,
            "stop": 821767925
        },
        {
            "start": 821767928,
            "stop": 821767934
        },
        {
            "start": 821767937,
            "stop": 821767941
        },
        {
            "start": 821767944,
            "stop": 821767946
        },
        {
            "start": 821767952,
            "stop": 821767968
        },
        {
            "start": 821767971,
            "stop": 821767974
        },
        {
            "start": 821767979,
            "stop": 821767980
        },
        {
            "start": 821767987,
            "stop": 821767988
        },
        {
            "start": 821767992,
            "stop": 821767997
        },
        {
            "start": 821768000,
            "stop": 821768005
        },
        {
            "start": 821768010,
            "stop": 821768026
        },
        {
            "start": 821768031,
            "stop": 821768036
        },
        {
            "start": 821768039,
            "stop": 821768041
        },
        {
            "start": 821768049,
            "stop": 821768061
        },
        {
            "start": 821768066,
            "stop": 821768070
        },
        {
            "start": 821768073,
            "stop": 821768077
        },
        {
            "start": 821768080,
            "stop": 821768094
        },
        {
            "start": 821768097,
            "stop": 821768102
        },
        {
            "start": 821768105,
            "stop": 821768107
        }
    ]
}