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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4168",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4169,
    "results": [
        {
            "start": 874352143,
            "stop": 874352165
        },
        {
            "start": 874352210,
            "stop": 874352220
        },
        {
            "start": 874352280,
            "stop": 874352402
        },
        {
            "start": 874352421,
            "stop": 874352470
        },
        {
            "start": 874352489,
            "stop": 874352546
        },
        {
            "start": 874352609,
            "stop": 874352637
        },
        {
            "start": 874353556,
            "stop": 874354024
        },
        {
            "start": 874354837,
            "stop": 874356571
        },
        {
            "start": 874356590,
            "stop": 874356619
        },
        {
            "start": 874356638,
            "stop": 874356764
        },
        {
            "start": 874356786,
            "stop": 874356924
        },
        {
            "start": 874356943,
            "stop": 874356954
        },
        {
            "start": 874356973,
            "stop": 874356994
        },
        {
            "start": 874357013,
            "stop": 874357028
        },
        {
            "start": 874357048,
            "stop": 874357097
        },
        {
            "start": 874357116,
            "stop": 874357215
        },
        {
            "start": 874357236,
            "stop": 874357305
        },
        {
            "start": 874357358,
            "stop": 874357511
        },
        {
            "start": 874357565,
            "stop": 874357570
        },
        {
            "start": 874357591,
            "stop": 874357659
        }
    ]
}