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=4238
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=4239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4237",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4238,
    "results": [
        {
            "start": 874550880,
            "stop": 874550883
        },
        {
            "start": 874550902,
            "stop": 874550961
        },
        {
            "start": 874550980,
            "stop": 874550996
        },
        {
            "start": 874551015,
            "stop": 874551060
        },
        {
            "start": 874551132,
            "stop": 874551176
        },
        {
            "start": 874551197,
            "stop": 874551204
        },
        {
            "start": 874551240,
            "stop": 874551310
        },
        {
            "start": 874551329,
            "stop": 874551381
        },
        {
            "start": 874551400,
            "stop": 874551480
        },
        {
            "start": 874551540,
            "stop": 874551564
        },
        {
            "start": 874551584,
            "stop": 874551619
        },
        {
            "start": 874551643,
            "stop": 874551682
        },
        {
            "start": 874551701,
            "stop": 874551780
        },
        {
            "start": 874551978,
            "stop": 874551985
        },
        {
            "start": 874552010,
            "stop": 874552020
        },
        {
            "start": 874552091,
            "stop": 874552100
        },
        {
            "start": 874552138,
            "stop": 874552194
        },
        {
            "start": 874552236,
            "stop": 874552293
        },
        {
            "start": 874552440,
            "stop": 874552477
        },
        {
            "start": 874552496,
            "stop": 874552500
        }
    ]
}