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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=302",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 303,
    "results": [
        {
            "start": 859064367,
            "stop": 859065174
        },
        {
            "start": 859065208,
            "stop": 859068698
        },
        {
            "start": 859070175,
            "stop": 859073093
        },
        {
            "start": 859073110,
            "stop": 859073884
        },
        {
            "start": 859073901,
            "stop": 859074087
        },
        {
            "start": 859074104,
            "stop": 859074377
        },
        {
            "start": 859074472,
            "stop": 859074519
        },
        {
            "start": 859074541,
            "stop": 859074577
        },
        {
            "start": 859074674,
            "stop": 859074815
        },
        {
            "start": 859075370,
            "stop": 859075393
        },
        {
            "start": 859075411,
            "stop": 859075534
        },
        {
            "start": 859075551,
            "stop": 859075821
        },
        {
            "start": 859075839,
            "stop": 859075875
        },
        {
            "start": 859076148,
            "stop": 859076163
        },
        {
            "start": 859076188,
            "stop": 859077075
        },
        {
            "start": 859077149,
            "stop": 859077393
        },
        {
            "start": 859077693,
            "stop": 859077723
        },
        {
            "start": 859077833,
            "stop": 859078168
        },
        {
            "start": 859078245,
            "stop": 859078625
        },
        {
            "start": 859079114,
            "stop": 859079161
        }
    ]
}