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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2980",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2981,
    "results": [
        {
            "start": 861400980,
            "stop": 861405060
        },
        {
            "start": 861405180,
            "stop": 861405182
        },
        {
            "start": 861405188,
            "stop": 861407775
        },
        {
            "start": 861407780,
            "stop": 861407795
        },
        {
            "start": 861407800,
            "stop": 861407820
        },
        {
            "start": 861407880,
            "stop": 861407940
        },
        {
            "start": 861408060,
            "stop": 861412200
        },
        {
            "start": 861412260,
            "stop": 861412860
        },
        {
            "start": 861412980,
            "stop": 861415765
        },
        {
            "start": 861415919,
            "stop": 861424197
        },
        {
            "start": 861426034,
            "stop": 861428274
        },
        {
            "start": 861428663,
            "stop": 861440643
        },
        {
            "start": 861440646,
            "stop": 861443280
        },
        {
            "start": 861443340,
            "stop": 861451020
        },
        {
            "start": 861451080,
            "stop": 861451260
        },
        {
            "start": 861451320,
            "stop": 861454900
        },
        {
            "start": 861455511,
            "stop": 861457244
        },
        {
            "start": 861457425,
            "stop": 861457465
        },
        {
            "start": 861457469,
            "stop": 861461384
        },
        {
            "start": 861461565,
            "stop": 861462091
        }
    ]
}