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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=297",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 298,
    "results": [
        {
            "start": 821759770,
            "stop": 821761439
        },
        {
            "start": 821761446,
            "stop": 821764200
        },
        {
            "start": 821764320,
            "stop": 821767250
        },
        {
            "start": 821767330,
            "stop": 821775300
        },
        {
            "start": 821775360,
            "stop": 821775480
        },
        {
            "start": 821775540,
            "stop": 821777347
        },
        {
            "start": 821777354,
            "stop": 821781373
        },
        {
            "start": 821782924,
            "stop": 821783052
        },
        {
            "start": 821784676,
            "stop": 821785111
        },
        {
            "start": 821785119,
            "stop": 821785153
        },
        {
            "start": 821785971,
            "stop": 821786651
        },
        {
            "start": 821786792,
            "stop": 821787240
        },
        {
            "start": 821787247,
            "stop": 821787253
        },
        {
            "start": 821787282,
            "stop": 821787283
        },
        {
            "start": 821789712,
            "stop": 821790598
        },
        {
            "start": 821790627,
            "stop": 821791320
        },
        {
            "start": 821791380,
            "stop": 821792202
        },
        {
            "start": 821792209,
            "stop": 821793772
        },
        {
            "start": 821793779,
            "stop": 821795132
        },
        {
            "start": 821795140,
            "stop": 821795220
        }
    ]
}