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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1042",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1040",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1041,
    "results": [
        {
            "start": 872474332,
            "stop": 872474392
        },
        {
            "start": 872476212,
            "stop": 872476692
        },
        {
            "start": 872476857,
            "stop": 872476977
        },
        {
            "start": 872477126,
            "stop": 872477426
        },
        {
            "start": 872477642,
            "stop": 872477882
        },
        {
            "start": 872478122,
            "stop": 872478422
        },
        {
            "start": 872479795,
            "stop": 872479915
        },
        {
            "start": 872480154,
            "stop": 872480274
        },
        {
            "start": 872480434,
            "stop": 872480734
        },
        {
            "start": 872481087,
            "stop": 872481267
        },
        {
            "start": 872481629,
            "stop": 872481809
        },
        {
            "start": 872482071,
            "stop": 872482131
        },
        {
            "start": 872482438,
            "stop": 872482738
        },
        {
            "start": 872482969,
            "stop": 872483449
        },
        {
            "start": 872483612,
            "stop": 872483672
        },
        {
            "start": 872484025,
            "stop": 872484085
        },
        {
            "start": 872484406,
            "stop": 872484586
        },
        {
            "start": 872485798,
            "stop": 872486338
        },
        {
            "start": 872486690,
            "stop": 872486750
        },
        {
            "start": 872486952,
            "stop": 872490612
        }
    ]
}