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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=128",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 129,
    "results": [
        {
            "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": 833947515
        },
        {
            "start": 833947517,
            "stop": 833947533
        },
        {
            "start": 833956668,
            "stop": 833957675
        },
        {
            "start": 833957785,
            "stop": 833958085
        },
        {
            "start": 833958752,
            "stop": 833959513
        },
        {
            "start": 833959623,
            "stop": 833960454
        },
        {
            "start": 833960980,
            "stop": 833961389
        },
        {
            "start": 833961689,
            "stop": 833961870
        },
        {
            "start": 833962170,
            "stop": 833962540
        },
        {
            "start": 833962650,
            "stop": 833962728
        }
    ]
}