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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8778",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8779,
    "results": [
        {
            "start": 872302321,
            "stop": 872303923
        },
        {
            "start": 872303943,
            "stop": 872303961
        },
        {
            "start": 872303978,
            "stop": 872304018
        },
        {
            "start": 872304035,
            "stop": 872304287
        },
        {
            "start": 872304304,
            "stop": 872305060
        },
        {
            "start": 872305081,
            "stop": 872305118
        },
        {
            "start": 872305146,
            "stop": 872305148
        },
        {
            "start": 872305167,
            "stop": 872305171
        },
        {
            "start": 872305276,
            "stop": 872305281
        },
        {
            "start": 872305308,
            "stop": 872305377
        },
        {
            "start": 872305400,
            "stop": 872305590
        },
        {
            "start": 872305609,
            "stop": 872305684
        },
        {
            "start": 872305719,
            "stop": 872305796
        },
        {
            "start": 872305886,
            "stop": 872305939
        },
        {
            "start": 872305958,
            "stop": 872306182
        },
        {
            "start": 872306201,
            "stop": 872306212
        },
        {
            "start": 872306231,
            "stop": 872306379
        },
        {
            "start": 872306409,
            "stop": 872306649
        },
        {
            "start": 872306692,
            "stop": 872306774
        },
        {
            "start": 872306793,
            "stop": 872306810
        }
    ]
}