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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=340",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 341,
    "results": [
        {
            "start": 931782869,
            "stop": 931782870
        },
        {
            "start": 931782872,
            "stop": 931782930
        },
        {
            "start": 931782932,
            "stop": 931782956
        },
        {
            "start": 931782958,
            "stop": 931782964
        },
        {
            "start": 931782967,
            "stop": 931782976
        },
        {
            "start": 931782978,
            "stop": 931783000
        },
        {
            "start": 931783002,
            "stop": 931783016
        },
        {
            "start": 931783018,
            "stop": 931783031
        },
        {
            "start": 931783035,
            "stop": 931783065
        },
        {
            "start": 931783069,
            "stop": 931783092
        },
        {
            "start": 931783095,
            "stop": 931783096
        },
        {
            "start": 931783098,
            "stop": 931783103
        },
        {
            "start": 931783108,
            "stop": 931783109
        },
        {
            "start": 931783113,
            "stop": 931783114
        },
        {
            "start": 931783117,
            "stop": 931783156
        },
        {
            "start": 931783158,
            "stop": 931783160
        },
        {
            "start": 931783162,
            "stop": 931783176
        },
        {
            "start": 931783177,
            "stop": 931783180
        },
        {
            "start": 931783184,
            "stop": 931783187
        },
        {
            "start": 931783189,
            "stop": 931783190
        }
    ]
}