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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=217",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 218,
    "results": [
        {
            "start": 821246026,
            "stop": 821246652
        },
        {
            "start": 821246655,
            "stop": 821248435
        },
        {
            "start": 821248438,
            "stop": 821248784
        },
        {
            "start": 821248965,
            "stop": 821249404
        },
        {
            "start": 821249408,
            "stop": 821249667
        },
        {
            "start": 821249670,
            "stop": 821251388
        },
        {
            "start": 821251392,
            "stop": 821253344
        },
        {
            "start": 821253525,
            "stop": 821254029
        },
        {
            "start": 821254032,
            "stop": 821260615
        },
        {
            "start": 821260618,
            "stop": 821262957
        },
        {
            "start": 821262960,
            "stop": 821265034
        },
        {
            "start": 821265037,
            "stop": 821267751
        },
        {
            "start": 821267754,
            "stop": 821269315
        },
        {
            "start": 821269318,
            "stop": 821270100
        },
        {
            "start": 821270104,
            "stop": 821270564
        },
        {
            "start": 821270865,
            "stop": 821275162
        },
        {
            "start": 821275165,
            "stop": 821275717
        },
        {
            "start": 821275720,
            "stop": 821277217
        },
        {
            "start": 821277220,
            "stop": 821279132
        },
        {
            "start": 821279136,
            "stop": 821284167
        }
    ]
}