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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33247",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33245",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33246,
    "results": [
        {
            "start": 970985737,
            "stop": 970985790
        },
        {
            "start": 970985791,
            "stop": 970985792
        },
        {
            "start": 970985793,
            "stop": 970985809
        },
        {
            "start": 970985812,
            "stop": 970985831
        },
        {
            "start": 970985832,
            "stop": 970985873
        },
        {
            "start": 970985876,
            "stop": 970985899
        },
        {
            "start": 970985900,
            "stop": 970985901
        },
        {
            "start": 970985902,
            "stop": 970985910
        },
        {
            "start": 970985911,
            "stop": 970985913
        },
        {
            "start": 970985914,
            "stop": 970985930
        },
        {
            "start": 970985931,
            "stop": 970985937
        },
        {
            "start": 970985938,
            "stop": 970985966
        },
        {
            "start": 970985969,
            "stop": 970985977
        },
        {
            "start": 970985978,
            "stop": 970985999
        },
        {
            "start": 970986000,
            "stop": 970986006
        },
        {
            "start": 970986007,
            "stop": 970986014
        },
        {
            "start": 970986015,
            "stop": 970986029
        },
        {
            "start": 970986033,
            "stop": 970986035
        },
        {
            "start": 970986036,
            "stop": 970986069
        },
        {
            "start": 970986070,
            "stop": 970986078
        }
    ]
}