Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=73
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=72",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 73,
    "results": [
        {
            "start": 955383386,
            "stop": 955384762
        },
        {
            "start": 955400580,
            "stop": 955410715
        },
        {
            "start": 955413788,
            "stop": 955415292
        },
        {
            "start": 955420988,
            "stop": 955421787
        },
        {
            "start": 955425726,
            "stop": 955435469
        },
        {
            "start": 955436592,
            "stop": 955459155
        },
        {
            "start": 955470357,
            "stop": 955475255
        },
        {
            "start": 955475590,
            "stop": 955480496
        },
        {
            "start": 955482835,
            "stop": 955486164
        },
        {
            "start": 955486194,
            "stop": 955489330
        },
        {
            "start": 955494182,
            "stop": 955507268
        },
        {
            "start": 955509899,
            "stop": 955509928
        },
        {
            "start": 955510213,
            "stop": 955511348
        },
        {
            "start": 955512633,
            "stop": 955534315
        },
        {
            "start": 955537997,
            "stop": 955541700
        },
        {
            "start": 955543207,
            "stop": 955550242
        },
        {
            "start": 955551553,
            "stop": 955552102
        },
        {
            "start": 955553989,
            "stop": 955567565
        },
        {
            "start": 955567586,
            "stop": 955570100
        },
        {
            "start": 955571546,
            "stop": 955577362
        }
    ]
}