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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=274",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 275,
    "results": [
        {
            "start": 821050302,
            "stop": 821050308
        },
        {
            "start": 821050312,
            "stop": 821050338
        },
        {
            "start": 821050341,
            "stop": 821050383
        },
        {
            "start": 821050390,
            "stop": 821050476
        },
        {
            "start": 821050485,
            "stop": 821050495
        },
        {
            "start": 821050502,
            "stop": 821050550
        },
        {
            "start": 821050554,
            "stop": 821050565
        },
        {
            "start": 821050617,
            "stop": 821050630
        },
        {
            "start": 821050634,
            "stop": 821050640
        },
        {
            "start": 821050667,
            "stop": 821050674
        },
        {
            "start": 821050696,
            "stop": 821050716
        },
        {
            "start": 821050764,
            "stop": 821050774
        },
        {
            "start": 821050792,
            "stop": 821050808
        },
        {
            "start": 821050816,
            "stop": 821050836
        },
        {
            "start": 821050845,
            "stop": 821050906
        },
        {
            "start": 821050909,
            "stop": 821050935
        },
        {
            "start": 821050943,
            "stop": 821051016
        },
        {
            "start": 821051024,
            "stop": 821051025
        },
        {
            "start": 821051043,
            "stop": 821051054
        },
        {
            "start": 821051063,
            "stop": 821051138
        }
    ]
}