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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5707",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5705",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5706,
    "results": [
        {
            "start": 874595136,
            "stop": 874595175
        },
        {
            "start": 874595178,
            "stop": 874595196
        },
        {
            "start": 874595200,
            "stop": 874595221
        },
        {
            "start": 874595224,
            "stop": 874595240
        },
        {
            "start": 874595246,
            "stop": 874595283
        },
        {
            "start": 874595286,
            "stop": 874595380
        },
        {
            "start": 874595383,
            "stop": 874595436
        },
        {
            "start": 874595439,
            "stop": 874595445
        },
        {
            "start": 874595453,
            "stop": 874595481
        },
        {
            "start": 874595484,
            "stop": 874595502
        },
        {
            "start": 874595506,
            "stop": 874595507
        },
        {
            "start": 874595511,
            "stop": 874595531
        },
        {
            "start": 874595534,
            "stop": 874595597
        },
        {
            "start": 874595600,
            "stop": 874595759
        },
        {
            "start": 874595762,
            "stop": 874595821
        },
        {
            "start": 874595824,
            "stop": 874595857
        },
        {
            "start": 874595860,
            "stop": 874595889
        },
        {
            "start": 874595892,
            "stop": 874595904
        },
        {
            "start": 874595907,
            "stop": 874596008
        },
        {
            "start": 874596014,
            "stop": 874596042
        }
    ]
}