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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=358",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 359,
    "results": [
        {
            "start": 821487527,
            "stop": 821487622
        },
        {
            "start": 821487626,
            "stop": 821487751
        },
        {
            "start": 821487754,
            "stop": 821487901
        },
        {
            "start": 821487904,
            "stop": 821487905
        },
        {
            "start": 821487909,
            "stop": 821488352
        },
        {
            "start": 821488357,
            "stop": 821488740
        },
        {
            "start": 821488743,
            "stop": 821489005
        },
        {
            "start": 821489008,
            "stop": 821489288
        },
        {
            "start": 821489291,
            "stop": 821489374
        },
        {
            "start": 821489378,
            "stop": 821489380
        },
        {
            "start": 821489385,
            "stop": 821489392
        },
        {
            "start": 821489395,
            "stop": 821489400
        },
        {
            "start": 821489403,
            "stop": 821489432
        },
        {
            "start": 821489435,
            "stop": 821489640
        },
        {
            "start": 821489643,
            "stop": 821489709
        },
        {
            "start": 821489712,
            "stop": 821489726
        },
        {
            "start": 821489730,
            "stop": 821489936
        },
        {
            "start": 821489939,
            "stop": 821490009
        },
        {
            "start": 821490012,
            "stop": 821490136
        },
        {
            "start": 821490139,
            "stop": 821490282
        }
    ]
}