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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=281",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 282,
    "results": [
        {
            "start": 821087591,
            "stop": 821087614
        },
        {
            "start": 821087617,
            "stop": 821087895
        },
        {
            "start": 821087898,
            "stop": 821088073
        },
        {
            "start": 821088081,
            "stop": 821088559
        },
        {
            "start": 821088563,
            "stop": 821088578
        },
        {
            "start": 821088582,
            "stop": 821088594
        },
        {
            "start": 821088603,
            "stop": 821088773
        },
        {
            "start": 821088776,
            "stop": 821088807
        },
        {
            "start": 821089088,
            "stop": 821089413
        },
        {
            "start": 821089417,
            "stop": 821090841
        },
        {
            "start": 821090848,
            "stop": 821098672
        },
        {
            "start": 821099007,
            "stop": 821099817
        },
        {
            "start": 821099820,
            "stop": 821100382
        },
        {
            "start": 821100585,
            "stop": 821102413
        },
        {
            "start": 821102420,
            "stop": 821103115
        },
        {
            "start": 821103122,
            "stop": 821103973
        },
        {
            "start": 821104023,
            "stop": 821104025
        },
        {
            "start": 821106253,
            "stop": 821107513
        },
        {
            "start": 821107519,
            "stop": 821107520
        },
        {
            "start": 821109537,
            "stop": 821111693
        }
    ]
}