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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=301",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 302,
    "results": [
        {
            "start": 931729531,
            "stop": 931729574
        },
        {
            "start": 931729576,
            "stop": 931729612
        },
        {
            "start": 931729613,
            "stop": 931729725
        },
        {
            "start": 931729729,
            "stop": 931729853
        },
        {
            "start": 931729855,
            "stop": 931729862
        },
        {
            "start": 931729863,
            "stop": 931730006
        },
        {
            "start": 931730008,
            "stop": 931730010
        },
        {
            "start": 931730014,
            "stop": 931730032
        },
        {
            "start": 931730033,
            "stop": 931730078
        },
        {
            "start": 931730080,
            "stop": 931730096
        },
        {
            "start": 931730098,
            "stop": 931730105
        },
        {
            "start": 931730107,
            "stop": 931730117
        },
        {
            "start": 931730118,
            "stop": 931730133
        },
        {
            "start": 931730134,
            "stop": 931730141
        },
        {
            "start": 931730142,
            "stop": 931730158
        },
        {
            "start": 931730160,
            "stop": 931730165
        },
        {
            "start": 931730168,
            "stop": 931730171
        },
        {
            "start": 931730173,
            "stop": 931730230
        },
        {
            "start": 931730234,
            "stop": 931730238
        },
        {
            "start": 931730240,
            "stop": 931730244
        }
    ]
}