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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=105",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 106,
    "results": [
        {
            "start": 816679547,
            "stop": 816679562
        },
        {
            "start": 816679571,
            "stop": 816679575
        },
        {
            "start": 816679594,
            "stop": 816679599
        },
        {
            "start": 816679609,
            "stop": 816679615
        },
        {
            "start": 816679619,
            "stop": 816679678
        },
        {
            "start": 816679682,
            "stop": 816679803
        },
        {
            "start": 816679810,
            "stop": 816679878
        },
        {
            "start": 816679882,
            "stop": 816679902
        },
        {
            "start": 816679905,
            "stop": 816679910
        },
        {
            "start": 816679914,
            "stop": 816679936
        },
        {
            "start": 816679939,
            "stop": 816680300
        },
        {
            "start": 816680306,
            "stop": 816680529
        },
        {
            "start": 816680532,
            "stop": 816680730
        },
        {
            "start": 816680734,
            "stop": 816680827
        },
        {
            "start": 816680834,
            "stop": 816680841
        },
        {
            "start": 816680844,
            "stop": 816680850
        },
        {
            "start": 816680854,
            "stop": 816680874
        },
        {
            "start": 816680877,
            "stop": 816680899
        },
        {
            "start": 816680903,
            "stop": 816680970
        },
        {
            "start": 816680974,
            "stop": 816681023
        }
    ]
}