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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=260",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 261,
    "results": [
        {
            "start": 1136511571,
            "stop": 1136511576
        },
        {
            "start": 1136511579,
            "stop": 1136511586
        },
        {
            "start": 1136511592,
            "stop": 1136511594
        },
        {
            "start": 1136511597,
            "stop": 1136511601
        },
        {
            "start": 1136511605,
            "stop": 1136511608
        },
        {
            "start": 1136511611,
            "stop": 1136511612
        },
        {
            "start": 1136511615,
            "stop": 1136511619
        },
        {
            "start": 1136511622,
            "stop": 1136511626
        },
        {
            "start": 1136511629,
            "stop": 1136511632
        },
        {
            "start": 1136511635,
            "stop": 1136511636
        },
        {
            "start": 1136511642,
            "stop": 1136511646
        },
        {
            "start": 1136511649,
            "stop": 1136511651
        },
        {
            "start": 1136511654,
            "stop": 1136511656
        },
        {
            "start": 1136511659,
            "stop": 1136511661
        },
        {
            "start": 1136511664,
            "stop": 1136511669
        },
        {
            "start": 1136511672,
            "stop": 1136511674
        },
        {
            "start": 1136511683,
            "stop": 1136511684
        },
        {
            "start": 1136511687,
            "stop": 1136511688
        },
        {
            "start": 1136511691,
            "stop": 1136511699
        },
        {
            "start": 1136511702,
            "stop": 1136511706
        }
    ]
}