Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=136
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=135",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 136,
    "results": [
        {
            "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
        },
        {
            "start": 1135050069,
            "stop": 1135050079
        },
        {
            "start": 1135050085,
            "stop": 1135050130
        },
        {
            "start": 1135050133,
            "stop": 1135050162
        }
    ]
}