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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=97",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 98,
    "results": [
        {
            "start": 931398354,
            "stop": 931398355
        },
        {
            "start": 931398358,
            "stop": 931398402
        },
        {
            "start": 931398403,
            "stop": 931398406
        },
        {
            "start": 931398408,
            "stop": 931398411
        },
        {
            "start": 931398413,
            "stop": 931398478
        },
        {
            "start": 931398480,
            "stop": 931398507
        },
        {
            "start": 931398511,
            "stop": 931398514
        },
        {
            "start": 931398516,
            "stop": 931398580
        },
        {
            "start": 931398581,
            "stop": 931398607
        },
        {
            "start": 931398608,
            "stop": 931398630
        },
        {
            "start": 931398632,
            "stop": 931398633
        },
        {
            "start": 931398634,
            "stop": 931398649
        },
        {
            "start": 931398650,
            "stop": 931398654
        },
        {
            "start": 931398656,
            "stop": 931398706
        },
        {
            "start": 931398708,
            "stop": 931398710
        },
        {
            "start": 931398711,
            "stop": 931398746
        },
        {
            "start": 931398747,
            "stop": 931398748
        },
        {
            "start": 931398750,
            "stop": 931398751
        },
        {
            "start": 931398753,
            "stop": 931398781
        },
        {
            "start": 931398783,
            "stop": 931398800
        }
    ]
}