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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15859",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15857",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15858,
    "results": [
        {
            "start": 971238264,
            "stop": 971238282
        },
        {
            "start": 971238285,
            "stop": 971238328
        },
        {
            "start": 971238331,
            "stop": 971238490
        },
        {
            "start": 971238492,
            "stop": 971238515
        },
        {
            "start": 971238516,
            "stop": 971238520
        },
        {
            "start": 971238521,
            "stop": 971238541
        },
        {
            "start": 971238542,
            "stop": 971238562
        },
        {
            "start": 971238563,
            "stop": 971238567
        },
        {
            "start": 971238568,
            "stop": 971238574
        },
        {
            "start": 971238576,
            "stop": 971238599
        },
        {
            "start": 971238600,
            "stop": 971238618
        },
        {
            "start": 971238619,
            "stop": 971238666
        },
        {
            "start": 971238667,
            "stop": 971238702
        },
        {
            "start": 971238703,
            "stop": 971238735
        },
        {
            "start": 971238736,
            "stop": 971238790
        },
        {
            "start": 971238793,
            "stop": 971238830
        },
        {
            "start": 971238833,
            "stop": 971238881
        },
        {
            "start": 971238882,
            "stop": 971238905
        },
        {
            "start": 971238906,
            "stop": 971238930
        },
        {
            "start": 971238931,
            "stop": 971238935
        }
    ]
}