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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=127",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 128,
    "results": [
        {
            "start": 932021280,
            "stop": 932021350
        },
        {
            "start": 932021410,
            "stop": 932021470
        },
        {
            "start": 932022430,
            "stop": 932022550
        },
        {
            "start": 932022730,
            "stop": 932022790
        },
        {
            "start": 932022910,
            "stop": 932023030
        },
        {
            "start": 932023090,
            "stop": 932023570
        },
        {
            "start": 932023690,
            "stop": 932023990
        },
        {
            "start": 932024050,
            "stop": 932024110
        },
        {
            "start": 932024170,
            "stop": 932024295
        },
        {
            "start": 932024298,
            "stop": 932024710
        },
        {
            "start": 932024770,
            "stop": 932024830
        },
        {
            "start": 932024950,
            "stop": 932025070
        },
        {
            "start": 932025250,
            "stop": 932025262
        },
        {
            "start": 932033175,
            "stop": 932033230
        },
        {
            "start": 932033290,
            "stop": 932033366
        },
        {
            "start": 932033368,
            "stop": 932033410
        },
        {
            "start": 932033470,
            "stop": 932033590
        },
        {
            "start": 932033650,
            "stop": 932033689
        },
        {
            "start": 932033691,
            "stop": 932033718
        },
        {
            "start": 932033722,
            "stop": 932033733
        }
    ]
}