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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=44",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 45,
    "results": [
        {
            "start": 931081580,
            "stop": 931081585
        },
        {
            "start": 931081588,
            "stop": 931081589
        },
        {
            "start": 931081590,
            "stop": 931081591
        },
        {
            "start": 931081594,
            "stop": 931081603
        },
        {
            "start": 931081604,
            "stop": 931081607
        },
        {
            "start": 931081609,
            "stop": 931081610
        },
        {
            "start": 931081611,
            "stop": 931081612
        },
        {
            "start": 931081614,
            "stop": 931081621
        },
        {
            "start": 931081622,
            "stop": 931081623
        },
        {
            "start": 931081628,
            "stop": 931081631
        },
        {
            "start": 931081638,
            "stop": 931081641
        },
        {
            "start": 931081644,
            "stop": 931081645
        },
        {
            "start": 931081646,
            "stop": 931081647
        },
        {
            "start": 931081648,
            "stop": 931081651
        },
        {
            "start": 931081652,
            "stop": 931081653
        },
        {
            "start": 931081656,
            "stop": 931081657
        },
        {
            "start": 931081658,
            "stop": 931081663
        },
        {
            "start": 931081664,
            "stop": 931081666
        },
        {
            "start": 931081668,
            "stop": 931081673
        },
        {
            "start": 931081674,
            "stop": 931081678
        }
    ]
}