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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14290",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14291,
    "results": [
        {
            "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
        },
        {
            "start": 971238937,
            "stop": 971238939
        },
        {
            "start": 971238941,
            "stop": 971238953
        },
        {
            "start": 971238954,
            "stop": 971238980
        },
        {
            "start": 971238981,
            "stop": 971239022
        },
        {
            "start": 971239024,
            "stop": 971239051
        },
        {
            "start": 971239053,
            "stop": 971239074
        }
    ]
}