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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1007",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1005",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1006,
    "results": [
        {
            "start": 1135049833,
            "stop": 1135049834
        },
        {
            "start": 1135049837,
            "stop": 1135049838
        },
        {
            "start": 1135049841,
            "stop": 1135049843
        },
        {
            "start": 1135049850,
            "stop": 1135049851
        },
        {
            "start": 1135049858,
            "stop": 1135049877
        },
        {
            "start": 1135049880,
            "stop": 1135049884
        },
        {
            "start": 1135049890,
            "stop": 1135049892
        },
        {
            "start": 1135049895,
            "stop": 1135049901
        },
        {
            "start": 1135049904,
            "stop": 1135049907
        },
        {
            "start": 1135049910,
            "stop": 1135049914
        },
        {
            "start": 1135049917,
            "stop": 1135049919
        },
        {
            "start": 1135049922,
            "stop": 1135049930
        },
        {
            "start": 1135049933,
            "stop": 1135049951
        },
        {
            "start": 1135049954,
            "stop": 1135049968
        },
        {
            "start": 1135049971,
            "stop": 1135049975
        },
        {
            "start": 1135049978,
            "stop": 1135049987
        },
        {
            "start": 1135049990,
            "stop": 1135049994
        },
        {
            "start": 1135049997,
            "stop": 1135050006
        },
        {
            "start": 1135050009,
            "stop": 1135050033
        },
        {
            "start": 1135050036,
            "stop": 1135050066
        }
    ]
}