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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=103",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 104,
    "results": [
        {
            "start": 825901014,
            "stop": 825901024
        },
        {
            "start": 825901028,
            "stop": 825901054
        },
        {
            "start": 825901062,
            "stop": 825901091
        },
        {
            "start": 825901095,
            "stop": 825901158
        },
        {
            "start": 825901162,
            "stop": 825901183
        },
        {
            "start": 825901192,
            "stop": 825901202
        },
        {
            "start": 825901216,
            "stop": 825901304
        },
        {
            "start": 825901308,
            "stop": 825901847
        },
        {
            "start": 825901851,
            "stop": 825901952
        },
        {
            "start": 825901956,
            "stop": 825901966
        },
        {
            "start": 825901970,
            "stop": 825904591
        },
        {
            "start": 825905793,
            "stop": 825906030
        },
        {
            "start": 825906034,
            "stop": 825907051
        },
        {
            "start": 825907055,
            "stop": 825907198
        },
        {
            "start": 825907202,
            "stop": 825907413
        },
        {
            "start": 825907417,
            "stop": 825907762
        },
        {
            "start": 825907771,
            "stop": 825908752
        },
        {
            "start": 825908760,
            "stop": 825908879
        },
        {
            "start": 825908882,
            "stop": 825908965
        },
        {
            "start": 825908970,
            "stop": 825909045
        }
    ]
}