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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=258",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 259,
    "results": [
        {
            "start": 820977645,
            "stop": 820977721
        },
        {
            "start": 820977724,
            "stop": 820978835
        },
        {
            "start": 820978838,
            "stop": 820979564
        },
        {
            "start": 820979745,
            "stop": 820980194
        },
        {
            "start": 820980197,
            "stop": 820980838
        },
        {
            "start": 820980841,
            "stop": 820981385
        },
        {
            "start": 820981388,
            "stop": 820981444
        },
        {
            "start": 820981844,
            "stop": 820982207
        },
        {
            "start": 820982210,
            "stop": 820982244
        },
        {
            "start": 820982247,
            "stop": 820983255
        },
        {
            "start": 820983259,
            "stop": 820984745
        },
        {
            "start": 820984748,
            "stop": 820985067
        },
        {
            "start": 820985070,
            "stop": 820985760
        },
        {
            "start": 820985763,
            "stop": 820985788
        },
        {
            "start": 820985791,
            "stop": 820986314
        },
        {
            "start": 820986317,
            "stop": 820986398
        },
        {
            "start": 820986402,
            "stop": 820986420
        },
        {
            "start": 820987033,
            "stop": 820987130
        },
        {
            "start": 820987133,
            "stop": 820987754
        },
        {
            "start": 820987757,
            "stop": 820988234
        }
    ]
}