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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=349",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 350,
    "results": [
        {
            "start": 857755340,
            "stop": 857755355
        },
        {
            "start": 857755383,
            "stop": 857755745
        },
        {
            "start": 857755750,
            "stop": 857755779
        },
        {
            "start": 857755788,
            "stop": 857755794
        },
        {
            "start": 857755798,
            "stop": 857755828
        },
        {
            "start": 857755837,
            "stop": 857755842
        },
        {
            "start": 857755846,
            "stop": 857755865
        },
        {
            "start": 857755869,
            "stop": 857755884
        },
        {
            "start": 857755889,
            "stop": 857755904
        },
        {
            "start": 857755908,
            "stop": 857755913
        },
        {
            "start": 857755932,
            "stop": 857755937
        },
        {
            "start": 857755956,
            "stop": 857755966
        },
        {
            "start": 857755980,
            "stop": 857755985
        },
        {
            "start": 857756004,
            "stop": 857756009
        },
        {
            "start": 857761605,
            "stop": 857761623
        },
        {
            "start": 857761632,
            "stop": 857761699
        },
        {
            "start": 857761712,
            "stop": 857761717
        },
        {
            "start": 857761721,
            "stop": 857761752
        },
        {
            "start": 857761760,
            "stop": 857761800
        },
        {
            "start": 857761804,
            "stop": 857761814
        }
    ]
}