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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=155",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 156,
    "results": [
        {
            "start": 836985336,
            "stop": 837005173
        },
        {
            "start": 837005174,
            "stop": 837005175
        },
        {
            "start": 837005822,
            "stop": 837007635
        },
        {
            "start": 837007720,
            "stop": 837009253
        },
        {
            "start": 837009313,
            "stop": 837017233
        },
        {
            "start": 837017262,
            "stop": 837017263
        },
        {
            "start": 837017773,
            "stop": 837023353
        },
        {
            "start": 837023375,
            "stop": 837023377
        },
        {
            "start": 837024072,
            "stop": 837029806
        },
        {
            "start": 837029905,
            "stop": 837029906
        },
        {
            "start": 837029921,
            "stop": 837036973
        },
        {
            "start": 837036974,
            "stop": 837036975
        },
        {
            "start": 837037544,
            "stop": 837071533
        },
        {
            "start": 837073845,
            "stop": 837086473
        },
        {
            "start": 837093498,
            "stop": 837099313
        },
        {
            "start": 837099345,
            "stop": 837099346
        },
        {
            "start": 837099438,
            "stop": 837114553
        },
        {
            "start": 837114600,
            "stop": 837114602
        },
        {
            "start": 837115052,
            "stop": 837115105
        },
        {
            "start": 837115424,
            "stop": 837115669
        }
    ]
}