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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=128",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 129,
    "results": [
        {
            "start": 1135045756,
            "stop": 1135045850
        },
        {
            "start": 1135045854,
            "stop": 1135045951
        },
        {
            "start": 1135045954,
            "stop": 1135046043
        },
        {
            "start": 1135046046,
            "stop": 1135046077
        },
        {
            "start": 1135046080,
            "stop": 1135046115
        },
        {
            "start": 1135046118,
            "stop": 1135046176
        },
        {
            "start": 1135046179,
            "stop": 1135046230
        },
        {
            "start": 1135046233,
            "stop": 1135046248
        },
        {
            "start": 1135046251,
            "stop": 1135046275
        },
        {
            "start": 1135046278,
            "stop": 1135046308
        },
        {
            "start": 1135046311,
            "stop": 1135046342
        },
        {
            "start": 1135046347,
            "stop": 1135046442
        },
        {
            "start": 1135046446,
            "stop": 1135046531
        },
        {
            "start": 1135046534,
            "stop": 1135046615
        },
        {
            "start": 1135046618,
            "stop": 1135046706
        },
        {
            "start": 1135046709,
            "stop": 1135046794
        },
        {
            "start": 1135046797,
            "stop": 1135046850
        },
        {
            "start": 1135046853,
            "stop": 1135046879
        },
        {
            "start": 1135046883,
            "stop": 1135046937
        },
        {
            "start": 1135046940,
            "stop": 1135047008
        }
    ]
}