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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6487",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6485",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6486,
    "results": [
        {
            "start": 874112374,
            "stop": 874112489
        },
        {
            "start": 874112490,
            "stop": 874112967
        },
        {
            "start": 874112968,
            "stop": 874112994
        },
        {
            "start": 874112995,
            "stop": 874113046
        },
        {
            "start": 874113047,
            "stop": 874113515
        },
        {
            "start": 874113517,
            "stop": 874113824
        },
        {
            "start": 874113825,
            "stop": 874114170
        },
        {
            "start": 874114171,
            "stop": 874114622
        },
        {
            "start": 874114623,
            "stop": 874114626
        },
        {
            "start": 874114627,
            "stop": 874115256
        },
        {
            "start": 874115257,
            "stop": 874115343
        },
        {
            "start": 874115345,
            "stop": 874115354
        },
        {
            "start": 874115355,
            "stop": 874115632
        },
        {
            "start": 874115634,
            "stop": 874115677
        },
        {
            "start": 874115679,
            "stop": 874115998
        },
        {
            "start": 874115999,
            "stop": 874116074
        },
        {
            "start": 874116076,
            "stop": 874116172
        },
        {
            "start": 874116174,
            "stop": 874116281
        },
        {
            "start": 874116282,
            "stop": 874116294
        },
        {
            "start": 874116296,
            "stop": 874116346
        }
    ]
}