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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=325",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 326,
    "results": [
        {
            "start": 847706986,
            "stop": 847706987
        },
        {
            "start": 847706988,
            "stop": 847707038
        },
        {
            "start": 847707040,
            "stop": 847707080
        },
        {
            "start": 847707081,
            "stop": 847707083
        },
        {
            "start": 847707084,
            "stop": 847707144
        },
        {
            "start": 847707145,
            "stop": 847707190
        },
        {
            "start": 847707193,
            "stop": 847707370
        },
        {
            "start": 847707371,
            "stop": 847707411
        },
        {
            "start": 847707412,
            "stop": 847707413
        },
        {
            "start": 847707414,
            "stop": 847707440
        },
        {
            "start": 847707442,
            "stop": 847707551
        },
        {
            "start": 847707552,
            "stop": 847707626
        },
        {
            "start": 847707627,
            "stop": 847707668
        },
        {
            "start": 847707670,
            "stop": 847707721
        },
        {
            "start": 847707723,
            "stop": 847707743
        },
        {
            "start": 847707745,
            "stop": 847707765
        },
        {
            "start": 847707766,
            "stop": 847707787
        },
        {
            "start": 847707788,
            "stop": 847707789
        },
        {
            "start": 847707790,
            "stop": 847707804
        },
        {
            "start": 847707805,
            "stop": 847707849
        }
    ]
}