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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1328",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1329,
    "results": [
        {
            "start": 843841851,
            "stop": 843841853
        },
        {
            "start": 843841859,
            "stop": 843841863
        },
        {
            "start": 843841866,
            "stop": 843841888
        },
        {
            "start": 843841897,
            "stop": 843841910
        },
        {
            "start": 843841913,
            "stop": 843841925
        },
        {
            "start": 843841928,
            "stop": 843841933
        },
        {
            "start": 843841938,
            "stop": 843841956
        },
        {
            "start": 843841960,
            "stop": 843841972
        },
        {
            "start": 843841975,
            "stop": 843841979
        },
        {
            "start": 843841982,
            "stop": 843842001
        },
        {
            "start": 843842007,
            "stop": 843842014
        },
        {
            "start": 843842018,
            "stop": 843842035
        },
        {
            "start": 843842038,
            "stop": 843842040
        },
        {
            "start": 843842043,
            "stop": 843842044
        },
        {
            "start": 843842047,
            "stop": 843842055
        },
        {
            "start": 843842058,
            "stop": 843842094
        },
        {
            "start": 843842097,
            "stop": 843842118
        },
        {
            "start": 843842121,
            "stop": 843842131
        },
        {
            "start": 843842134,
            "stop": 843842205
        },
        {
            "start": 843842208,
            "stop": 843842255
        }
    ]
}