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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=280",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 281,
    "results": [
        {
            "start": 931704780,
            "stop": 931704787
        },
        {
            "start": 931704788,
            "stop": 931704792
        },
        {
            "start": 931704794,
            "stop": 931704799
        },
        {
            "start": 931704800,
            "stop": 931704804
        },
        {
            "start": 931704805,
            "stop": 931704826
        },
        {
            "start": 931704827,
            "stop": 931704845
        },
        {
            "start": 931704848,
            "stop": 931704859
        },
        {
            "start": 931704865,
            "stop": 931704866
        },
        {
            "start": 931704872,
            "stop": 931704874
        },
        {
            "start": 931704876,
            "stop": 931704879
        },
        {
            "start": 931704885,
            "stop": 931704886
        },
        {
            "start": 931704888,
            "stop": 931704909
        },
        {
            "start": 931704911,
            "stop": 931704917
        },
        {
            "start": 931704922,
            "stop": 931704930
        },
        {
            "start": 931704931,
            "stop": 931704932
        },
        {
            "start": 931704935,
            "stop": 931704943
        },
        {
            "start": 931704951,
            "stop": 931704964
        },
        {
            "start": 931704967,
            "stop": 931704970
        },
        {
            "start": 931704979,
            "stop": 931704984
        },
        {
            "start": 931704986,
            "stop": 931704992
        }
    ]
}