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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29279",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29280,
    "results": [
        {
            "start": 971178689,
            "stop": 971178694
        },
        {
            "start": 971178698,
            "stop": 971178700
        },
        {
            "start": 971178704,
            "stop": 971178712
        },
        {
            "start": 971178713,
            "stop": 971178716
        },
        {
            "start": 971178719,
            "stop": 971178720
        },
        {
            "start": 971178721,
            "stop": 971178726
        },
        {
            "start": 971178729,
            "stop": 971178733
        },
        {
            "start": 971178734,
            "stop": 971178739
        },
        {
            "start": 971178742,
            "stop": 971178746
        },
        {
            "start": 971178751,
            "stop": 971178754
        },
        {
            "start": 971178757,
            "stop": 971178760
        },
        {
            "start": 971178761,
            "stop": 971178762
        },
        {
            "start": 971178764,
            "stop": 971178768
        },
        {
            "start": 971178771,
            "stop": 971178773
        },
        {
            "start": 971178776,
            "stop": 971178777
        },
        {
            "start": 971178779,
            "stop": 971178780
        },
        {
            "start": 971178786,
            "stop": 971178787
        },
        {
            "start": 971178788,
            "stop": 971178790
        },
        {
            "start": 971178792,
            "stop": 971178793
        },
        {
            "start": 971178796,
            "stop": 971178798
        }
    ]
}