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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=150",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 151,
    "results": [
        {
            "start": 1418261190,
            "stop": 1418269788
        },
        {
            "start": 1418269793,
            "stop": 1418271608
        },
        {
            "start": 1418271613,
            "stop": 1418273118
        },
        {
            "start": 1418273123,
            "stop": 1418274690
        },
        {
            "start": 1418274695,
            "stop": 1418279370
        },
        {
            "start": 1418279375,
            "stop": 1418282665
        },
        {
            "start": 1418290375,
            "stop": 1418293364
        },
        {
            "start": 1418293369,
            "stop": 1418293477
        },
        {
            "start": 1418293482,
            "stop": 1418300329
        },
        {
            "start": 1418300334,
            "stop": 1418301980
        },
        {
            "start": 1418301984,
            "stop": 1418302123
        },
        {
            "start": 1418302128,
            "stop": 1418306543
        },
        {
            "start": 1418306548,
            "stop": 1418312039
        },
        {
            "start": 1418312044,
            "stop": 1418318302
        },
        {
            "start": 1418318307,
            "stop": 1418319475
        },
        {
            "start": 1418319480,
            "stop": 1418329389
        },
        {
            "start": 1418329394,
            "stop": 1418330099
        },
        {
            "start": 1418330104,
            "stop": 1418331481
        },
        {
            "start": 1418331485,
            "stop": 1418332204
        },
        {
            "start": 1418335570,
            "stop": 1418342741
        }
    ]
}