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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4173",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4174,
    "results": [
        {
            "start": 874370084,
            "stop": 874370096
        },
        {
            "start": 874370667,
            "stop": 874370695
        },
        {
            "start": 874370795,
            "stop": 874370804
        },
        {
            "start": 874370860,
            "stop": 874370866
        },
        {
            "start": 874371812,
            "stop": 874371838
        },
        {
            "start": 874372444,
            "stop": 874372456
        },
        {
            "start": 874372483,
            "stop": 874372500
        },
        {
            "start": 874372560,
            "stop": 874372593
        },
        {
            "start": 874372626,
            "stop": 874372633
        },
        {
            "start": 874372670,
            "stop": 874372675
        },
        {
            "start": 874373220,
            "stop": 874373236
        },
        {
            "start": 874373256,
            "stop": 874373302
        },
        {
            "start": 874373342,
            "stop": 874373344
        },
        {
            "start": 874373363,
            "stop": 874373370
        },
        {
            "start": 874373396,
            "stop": 874373404
        },
        {
            "start": 874373423,
            "stop": 874373437
        },
        {
            "start": 874373760,
            "stop": 874373761
        },
        {
            "start": 874373780,
            "stop": 874373799
        },
        {
            "start": 874373846,
            "stop": 874373848
        },
        {
            "start": 874373867,
            "stop": 874373880
        }
    ]
}