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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6937",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6938,
    "results": [
        {
            "start": 873724130,
            "stop": 873724157
        },
        {
            "start": 873724160,
            "stop": 873724323
        },
        {
            "start": 873724326,
            "stop": 873724334
        },
        {
            "start": 873724340,
            "stop": 873724365
        },
        {
            "start": 873724380,
            "stop": 873724393
        },
        {
            "start": 873724398,
            "stop": 873724444
        },
        {
            "start": 873724453,
            "stop": 873724457
        },
        {
            "start": 873724461,
            "stop": 873724463
        },
        {
            "start": 873724466,
            "stop": 873724480
        },
        {
            "start": 873724491,
            "stop": 873724501
        },
        {
            "start": 873724519,
            "stop": 873724604
        },
        {
            "start": 873724608,
            "stop": 873724636
        },
        {
            "start": 873724642,
            "stop": 873724648
        },
        {
            "start": 873724649,
            "stop": 873724693
        },
        {
            "start": 873724696,
            "stop": 873724720
        },
        {
            "start": 873724731,
            "stop": 873724745
        },
        {
            "start": 873724751,
            "stop": 873724848
        },
        {
            "start": 873728790,
            "stop": 873728791
        },
        {
            "start": 873728792,
            "stop": 873728794
        },
        {
            "start": 873728796,
            "stop": 873728797
        }
    ]
}