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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=396",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 397,
    "results": [
        {
            "start": 851201649,
            "stop": 851202370
        },
        {
            "start": 851202465,
            "stop": 851206532
        },
        {
            "start": 851206533,
            "stop": 851206534
        },
        {
            "start": 851206536,
            "stop": 851226408
        },
        {
            "start": 851228739,
            "stop": 851237080
        },
        {
            "start": 851240648,
            "stop": 851244123
        },
        {
            "start": 851244497,
            "stop": 851247453
        },
        {
            "start": 851251313,
            "stop": 851258028
        },
        {
            "start": 851258029,
            "stop": 851260885
        },
        {
            "start": 851260886,
            "stop": 851264515
        },
        {
            "start": 851304026,
            "stop": 851304266
        },
        {
            "start": 851304268,
            "stop": 851305249
        },
        {
            "start": 851305251,
            "stop": 851307583
        },
        {
            "start": 851307585,
            "stop": 851310357
        },
        {
            "start": 851310402,
            "stop": 851312611
        },
        {
            "start": 851313196,
            "stop": 851314182
        },
        {
            "start": 851314183,
            "stop": 851322109
        },
        {
            "start": 851322111,
            "stop": 851326408
        },
        {
            "start": 851327458,
            "stop": 851343064
        },
        {
            "start": 851344184,
            "stop": 851348959
        }
    ]
}