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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=117",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 118,
    "results": [
        {
            "start": 821436964,
            "stop": 821437264
        },
        {
            "start": 821437434,
            "stop": 821437854
        },
        {
            "start": 821438105,
            "stop": 821438285
        },
        {
            "start": 821438466,
            "stop": 821438886
        },
        {
            "start": 821439036,
            "stop": 821439096
        },
        {
            "start": 821439259,
            "stop": 821439979
        },
        {
            "start": 821440137,
            "stop": 821442777
        },
        {
            "start": 821442919,
            "stop": 821443699
        },
        {
            "start": 821443843,
            "stop": 821445043
        },
        {
            "start": 821448238,
            "stop": 821448388
        },
        {
            "start": 821448805,
            "stop": 821449045
        },
        {
            "start": 821449197,
            "stop": 821449857
        },
        {
            "start": 821450745,
            "stop": 821450805
        },
        {
            "start": 821450963,
            "stop": 821451023
        },
        {
            "start": 821451510,
            "stop": 821452650
        },
        {
            "start": 821453710,
            "stop": 821453830
        },
        {
            "start": 821454389,
            "stop": 821454449
        },
        {
            "start": 821455107,
            "stop": 821455167
        },
        {
            "start": 821455734,
            "stop": 821455794
        },
        {
            "start": 821455981,
            "stop": 821456221
        }
    ]
}