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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=335",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 336,
    "results": [
        {
            "start": 862064939,
            "stop": 862066815
        },
        {
            "start": 862088556,
            "stop": 862096233
        },
        {
            "start": 862099295,
            "stop": 862112832
        },
        {
            "start": 862112888,
            "stop": 862115501
        },
        {
            "start": 862115520,
            "stop": 862130469
        },
        {
            "start": 862131933,
            "stop": 862139529
        },
        {
            "start": 862141626,
            "stop": 862150590
        },
        {
            "start": 862150609,
            "stop": 862156684
        },
        {
            "start": 862156756,
            "stop": 862156767
        },
        {
            "start": 862156788,
            "stop": 862156814
        },
        {
            "start": 862156833,
            "stop": 862158440
        },
        {
            "start": 862159557,
            "stop": 862159628
        },
        {
            "start": 862159928,
            "stop": 862159957
        },
        {
            "start": 862160366,
            "stop": 862160575
        },
        {
            "start": 862160875,
            "stop": 862161320
        },
        {
            "start": 862161713,
            "stop": 862162784
        },
        {
            "start": 862162806,
            "stop": 862162856
        },
        {
            "start": 862162886,
            "stop": 862162924
        },
        {
            "start": 862162945,
            "stop": 862163036
        },
        {
            "start": 862163053,
            "stop": 862163108
        }
    ]
}