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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=244",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 245,
    "results": [
        {
            "start": 855949748,
            "stop": 855950343
        },
        {
            "start": 855951049,
            "stop": 855953095
        },
        {
            "start": 855954827,
            "stop": 855954979
        },
        {
            "start": 856005590,
            "stop": 856006450
        },
        {
            "start": 856006560,
            "stop": 856006591
        },
        {
            "start": 856006891,
            "stop": 856006895
        },
        {
            "start": 856007195,
            "stop": 856008103
        },
        {
            "start": 856008403,
            "stop": 856008414
        },
        {
            "start": 856008724,
            "stop": 856022430
        },
        {
            "start": 856052698,
            "stop": 856052774
        },
        {
            "start": 856052844,
            "stop": 856058191
        },
        {
            "start": 856059052,
            "stop": 856067902
        },
        {
            "start": 856068012,
            "stop": 856068034
        },
        {
            "start": 856069063,
            "stop": 856069625
        },
        {
            "start": 856069925,
            "stop": 856075629
        },
        {
            "start": 856075929,
            "stop": 856105824
        },
        {
            "start": 856105934,
            "stop": 856106082
        },
        {
            "start": 856106382,
            "stop": 856115639
        },
        {
            "start": 856115778,
            "stop": 856127009
        },
        {
            "start": 856127121,
            "stop": 856127630
        }
    ]
}