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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=289",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 290,
    "results": [
        {
            "start": 932196440,
            "stop": 932202872
        },
        {
            "start": 932205873,
            "stop": 932214921
        },
        {
            "start": 932269258,
            "stop": 932269467
        },
        {
            "start": 932270492,
            "stop": 932284674
        },
        {
            "start": 932288665,
            "stop": 932289844
        },
        {
            "start": 932293443,
            "stop": 932298620
        },
        {
            "start": 932298622,
            "stop": 932298629
        },
        {
            "start": 932298632,
            "stop": 932298635
        },
        {
            "start": 932298637,
            "stop": 932298649
        },
        {
            "start": 932298652,
            "stop": 932298779
        },
        {
            "start": 932298782,
            "stop": 932298785
        },
        {
            "start": 932298787,
            "stop": 932307048
        },
        {
            "start": 932307050,
            "stop": 932307051
        },
        {
            "start": 932307053,
            "stop": 932307282
        },
        {
            "start": 932307284,
            "stop": 932307287
        },
        {
            "start": 932307291,
            "stop": 932308115
        },
        {
            "start": 932311471,
            "stop": 932312136
        },
        {
            "start": 932316434,
            "stop": 932317056
        },
        {
            "start": 932318263,
            "stop": 932318265
        },
        {
            "start": 932319084,
            "stop": 932319261
        }
    ]
}