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/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=412
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=413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=411",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 412,
    "results": [
        {
            "start": 869005435,
            "stop": 869006481
        },
        {
            "start": 869006797,
            "stop": 869006859
        },
        {
            "start": 869007193,
            "stop": 869007207
        },
        {
            "start": 869007537,
            "stop": 869010749
        },
        {
            "start": 869010773,
            "stop": 869010782
        },
        {
            "start": 869010831,
            "stop": 869020038
        },
        {
            "start": 869020338,
            "stop": 869020490
        },
        {
            "start": 869020794,
            "stop": 869021160
        },
        {
            "start": 869021220,
            "stop": 869051369
        },
        {
            "start": 869053115,
            "stop": 869059948
        },
        {
            "start": 869061943,
            "stop": 869064360
        },
        {
            "start": 869064420,
            "stop": 869064464
        },
        {
            "start": 869064486,
            "stop": 869065557
        },
        {
            "start": 869065578,
            "stop": 869067735
        },
        {
            "start": 869069964,
            "stop": 869070477
        },
        {
            "start": 869070498,
            "stop": 869073924
        },
        {
            "start": 869073930,
            "stop": 869085797
        },
        {
            "start": 869085818,
            "stop": 869088964
        },
        {
            "start": 869089006,
            "stop": 869089089
        },
        {
            "start": 869089117,
            "stop": 869098512
        }
    ]
}