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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=151",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 152,
    "results": [
        {
            "start": 833812870,
            "stop": 833815604
        },
        {
            "start": 833815607,
            "stop": 833815608
        },
        {
            "start": 833815611,
            "stop": 833827220
        },
        {
            "start": 833829294,
            "stop": 833829345
        },
        {
            "start": 833829645,
            "stop": 833833844
        },
        {
            "start": 833834144,
            "stop": 833836554
        },
        {
            "start": 833836854,
            "stop": 833839413
        },
        {
            "start": 833839713,
            "stop": 833845519
        },
        {
            "start": 833845819,
            "stop": 833847363
        },
        {
            "start": 833852804,
            "stop": 833868557
        },
        {
            "start": 833868857,
            "stop": 833869611
        },
        {
            "start": 833871081,
            "stop": 833885258
        },
        {
            "start": 833887062,
            "stop": 833917689
        },
        {
            "start": 833930440,
            "stop": 833936822
        },
        {
            "start": 833938933,
            "stop": 833947513
        },
        {
            "start": 833956668,
            "stop": 833957675
        },
        {
            "start": 833957785,
            "stop": 833958085
        },
        {
            "start": 833958752,
            "stop": 833959513
        },
        {
            "start": 833959623,
            "stop": 833960454
        },
        {
            "start": 833960980,
            "stop": 833961389
        }
    ]
}