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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5155",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5153",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5154,
    "results": [
        {
            "start": 1136210548,
            "stop": 1136210556
        },
        {
            "start": 1136210558,
            "stop": 1136210564
        },
        {
            "start": 1136210566,
            "stop": 1136210640
        },
        {
            "start": 1136210642,
            "stop": 1136210701
        },
        {
            "start": 1136210703,
            "stop": 1136210735
        },
        {
            "start": 1136210737,
            "stop": 1136210836
        },
        {
            "start": 1136210838,
            "stop": 1136210912
        },
        {
            "start": 1136210914,
            "stop": 1136210933
        },
        {
            "start": 1136210935,
            "stop": 1136210941
        },
        {
            "start": 1136210943,
            "stop": 1136210944
        },
        {
            "start": 1136210946,
            "stop": 1136210947
        },
        {
            "start": 1136210949,
            "stop": 1136210956
        },
        {
            "start": 1136210958,
            "stop": 1136211013
        },
        {
            "start": 1136211015,
            "stop": 1136211045
        },
        {
            "start": 1136211047,
            "stop": 1136211126
        },
        {
            "start": 1136211128,
            "stop": 1136211137
        },
        {
            "start": 1136211139,
            "stop": 1136211148
        },
        {
            "start": 1136211150,
            "stop": 1136211262
        },
        {
            "start": 1136211264,
            "stop": 1136211271
        },
        {
            "start": 1136211273,
            "stop": 1136211274
        }
    ]
}