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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=865",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 866,
    "results": [
        {
            "start": 862276420,
            "stop": 862278310
        },
        {
            "start": 862278400,
            "stop": 862285270
        },
        {
            "start": 862285420,
            "stop": 862287520
        },
        {
            "start": 862287935,
            "stop": 862288655
        },
        {
            "start": 862293432,
            "stop": 862293492
        },
        {
            "start": 862293856,
            "stop": 862294186
        },
        {
            "start": 862294216,
            "stop": 862294336
        },
        {
            "start": 862294366,
            "stop": 862295296
        },
        {
            "start": 862295446,
            "stop": 862299916
        },
        {
            "start": 862301606,
            "stop": 862301786
        },
        {
            "start": 862301936,
            "stop": 862305326
        },
        {
            "start": 862305467,
            "stop": 862306607
        },
        {
            "start": 862306773,
            "stop": 862308423
        },
        {
            "start": 862308543,
            "stop": 862309413
        },
        {
            "start": 862313367,
            "stop": 862313457
        },
        {
            "start": 862313487,
            "stop": 862313547
        },
        {
            "start": 862324000,
            "stop": 862326040
        },
        {
            "start": 862326261,
            "stop": 862329021
        },
        {
            "start": 862330313,
            "stop": 862330433
        },
        {
            "start": 862335308,
            "stop": 862335848
        }
    ]
}