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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46776",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46774",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46775,
    "results": [
        {
            "start": 875097453,
            "stop": 875097454
        },
        {
            "start": 875097455,
            "stop": 875097465
        },
        {
            "start": 875097466,
            "stop": 875097485
        },
        {
            "start": 875097487,
            "stop": 875097494
        },
        {
            "start": 875097496,
            "stop": 875097518
        },
        {
            "start": 875097520,
            "stop": 875097533
        },
        {
            "start": 875097534,
            "stop": 875097537
        },
        {
            "start": 875097538,
            "stop": 875097580
        },
        {
            "start": 875097581,
            "stop": 875097594
        },
        {
            "start": 875097596,
            "stop": 875097619
        },
        {
            "start": 875097621,
            "stop": 875097635
        },
        {
            "start": 875097636,
            "stop": 875097765
        },
        {
            "start": 875097766,
            "stop": 875097772
        },
        {
            "start": 875097774,
            "stop": 875097802
        },
        {
            "start": 875097803,
            "stop": 875097814
        },
        {
            "start": 875097816,
            "stop": 875097883
        },
        {
            "start": 875097884,
            "stop": 875097902
        },
        {
            "start": 875097904,
            "stop": 875097920
        },
        {
            "start": 875097922,
            "stop": 875097944
        },
        {
            "start": 875097946,
            "stop": 875097975
        }
    ]
}