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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46689",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46687",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46688,
    "results": [
        {
            "start": 875047059,
            "stop": 875047061
        },
        {
            "start": 875047062,
            "stop": 875047094
        },
        {
            "start": 875047096,
            "stop": 875047100
        },
        {
            "start": 875047102,
            "stop": 875047112
        },
        {
            "start": 875047113,
            "stop": 875047115
        },
        {
            "start": 875047116,
            "stop": 875047120
        },
        {
            "start": 875047122,
            "stop": 875047132
        },
        {
            "start": 875047133,
            "stop": 875047140
        },
        {
            "start": 875047142,
            "stop": 875047146
        },
        {
            "start": 875047147,
            "stop": 875047186
        },
        {
            "start": 875047187,
            "stop": 875047216
        },
        {
            "start": 875047217,
            "stop": 875047223
        },
        {
            "start": 875047224,
            "stop": 875047228
        },
        {
            "start": 875047230,
            "stop": 875047271
        },
        {
            "start": 875047272,
            "stop": 875047274
        },
        {
            "start": 875047276,
            "stop": 875047284
        },
        {
            "start": 875047285,
            "stop": 875047292
        },
        {
            "start": 875047294,
            "stop": 875047313
        },
        {
            "start": 875047315,
            "stop": 875047326
        },
        {
            "start": 875047328,
            "stop": 875047343
        }
    ]
}