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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40717",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40715",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40716,
    "results": [
        {
            "start": 874954986,
            "stop": 874954992
        },
        {
            "start": 874954993,
            "stop": 874955005
        },
        {
            "start": 874955007,
            "stop": 874955019
        },
        {
            "start": 874955020,
            "stop": 874955022
        },
        {
            "start": 874955023,
            "stop": 874955046
        },
        {
            "start": 874955047,
            "stop": 874955146
        },
        {
            "start": 874955147,
            "stop": 874955154
        },
        {
            "start": 874955155,
            "stop": 874955204
        },
        {
            "start": 874955205,
            "stop": 874955213
        },
        {
            "start": 874955215,
            "stop": 874955299
        },
        {
            "start": 874955300,
            "stop": 874955335
        },
        {
            "start": 874955337,
            "stop": 874955355
        },
        {
            "start": 874955356,
            "stop": 874955384
        },
        {
            "start": 874955385,
            "stop": 874955411
        },
        {
            "start": 874955413,
            "stop": 874955523
        },
        {
            "start": 874955524,
            "stop": 874955529
        },
        {
            "start": 874955530,
            "stop": 874955532
        },
        {
            "start": 874955533,
            "stop": 874955558
        },
        {
            "start": 874955560,
            "stop": 874955590
        },
        {
            "start": 874955591,
            "stop": 874955597
        }
    ]
}