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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=171",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 172,
    "results": [
        {
            "start": 834765613,
            "stop": 834776473
        },
        {
            "start": 834776514,
            "stop": 834776515
        },
        {
            "start": 834776593,
            "stop": 834777013
        },
        {
            "start": 834777029,
            "stop": 834777030
        },
        {
            "start": 834777313,
            "stop": 834778628
        },
        {
            "start": 834779713,
            "stop": 834780485
        },
        {
            "start": 834780489,
            "stop": 834781866
        },
        {
            "start": 834783793,
            "stop": 834787753
        },
        {
            "start": 834789013,
            "stop": 834795895
        },
        {
            "start": 834796873,
            "stop": 834797473
        },
        {
            "start": 834797525,
            "stop": 834797528
        },
        {
            "start": 834798068,
            "stop": 834798101
        },
        {
            "start": 834798313,
            "stop": 834799804
        },
        {
            "start": 834799808,
            "stop": 834799833
        },
        {
            "start": 834799837,
            "stop": 834799847
        },
        {
            "start": 834799852,
            "stop": 834800308
        },
        {
            "start": 834800316,
            "stop": 834800506
        },
        {
            "start": 834800510,
            "stop": 834800540
        },
        {
            "start": 834800549,
            "stop": 834800579
        },
        {
            "start": 834800583,
            "stop": 834800988
        }
    ]
}