Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=28
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=27",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 28,
    "results": [
        {
            "start": 815762100,
            "stop": 815762619
        },
        {
            "start": 815762631,
            "stop": 815764490
        },
        {
            "start": 815764497,
            "stop": 815765345
        },
        {
            "start": 815765346,
            "stop": 815765560
        },
        {
            "start": 815765568,
            "stop": 815766311
        },
        {
            "start": 815766318,
            "stop": 815766673
        },
        {
            "start": 815766687,
            "stop": 815766688
        },
        {
            "start": 815776688,
            "stop": 815778386
        },
        {
            "start": 815778393,
            "stop": 815781634
        },
        {
            "start": 815781641,
            "stop": 815782248
        },
        {
            "start": 815782255,
            "stop": 815782499
        },
        {
            "start": 815782512,
            "stop": 815783255
        },
        {
            "start": 815783262,
            "stop": 815783938
        },
        {
            "start": 815783945,
            "stop": 815784342
        },
        {
            "start": 815784349,
            "stop": 815785267
        },
        {
            "start": 815785279,
            "stop": 815785321
        },
        {
            "start": 815785334,
            "stop": 815785340
        },
        {
            "start": 815785348,
            "stop": 815785359
        },
        {
            "start": 815785363,
            "stop": 815785475
        },
        {
            "start": 815785482,
            "stop": 815786140
        }
    ]
}