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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=458",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=456",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 457,
    "results": [
        {
            "start": 821778033,
            "stop": 821778034
        },
        {
            "start": 821778037,
            "stop": 821778039
        },
        {
            "start": 821778052,
            "stop": 821778063
        },
        {
            "start": 821778066,
            "stop": 821778070
        },
        {
            "start": 821778073,
            "stop": 821778074
        },
        {
            "start": 821778077,
            "stop": 821778079
        },
        {
            "start": 821778085,
            "stop": 821778092
        },
        {
            "start": 821778097,
            "stop": 821778098
        },
        {
            "start": 821778109,
            "stop": 821778110
        },
        {
            "start": 821778113,
            "stop": 821778119
        },
        {
            "start": 821778123,
            "stop": 821778131
        },
        {
            "start": 821778140,
            "stop": 821778143
        },
        {
            "start": 821778151,
            "stop": 821778156
        },
        {
            "start": 821778159,
            "stop": 821778162
        },
        {
            "start": 821778167,
            "stop": 821778171
        },
        {
            "start": 821778174,
            "stop": 821778177
        },
        {
            "start": 821778180,
            "stop": 821778188
        },
        {
            "start": 821778203,
            "stop": 821778210
        },
        {
            "start": 821778215,
            "stop": 821778216
        },
        {
            "start": 821778219,
            "stop": 821778222
        }
    ]
}