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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=206",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 207,
    "results": [
        {
            "start": 846681110,
            "stop": 846681116
        },
        {
            "start": 846681120,
            "stop": 846684049
        },
        {
            "start": 846684052,
            "stop": 846684063
        },
        {
            "start": 846684067,
            "stop": 846684072
        },
        {
            "start": 846684077,
            "stop": 846689697
        },
        {
            "start": 846689701,
            "stop": 846689858
        },
        {
            "start": 846689867,
            "stop": 846689875
        },
        {
            "start": 846690977,
            "stop": 846692353
        },
        {
            "start": 846692358,
            "stop": 846692363
        },
        {
            "start": 846692367,
            "stop": 846692372
        },
        {
            "start": 846692377,
            "stop": 846692382
        },
        {
            "start": 846692401,
            "stop": 846692403
        },
        {
            "start": 846693400,
            "stop": 846693413
        },
        {
            "start": 846693438,
            "stop": 846693458
        },
        {
            "start": 846693472,
            "stop": 846693482
        },
        {
            "start": 846693491,
            "stop": 846693496
        },
        {
            "start": 846693501,
            "stop": 846693558
        },
        {
            "start": 846693562,
            "stop": 846693961
        },
        {
            "start": 846693965,
            "stop": 846693980
        },
        {
            "start": 846693994,
            "stop": 846694010
        }
    ]
}