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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3310",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3311,
    "results": [
        {
            "start": 875084340,
            "stop": 875084580
        },
        {
            "start": 875084640,
            "stop": 875095484
        },
        {
            "start": 875095665,
            "stop": 875103205
        },
        {
            "start": 875103287,
            "stop": 875103941
        },
        {
            "start": 875105295,
            "stop": 875106034
        },
        {
            "start": 875106037,
            "stop": 875106043
        },
        {
            "start": 875106046,
            "stop": 875108601
        },
        {
            "start": 875108604,
            "stop": 875109088
        },
        {
            "start": 875109091,
            "stop": 875111494
        },
        {
            "start": 875111497,
            "stop": 875112421
        },
        {
            "start": 875112424,
            "stop": 875112444
        },
        {
            "start": 875112449,
            "stop": 875114070
        },
        {
            "start": 875114073,
            "stop": 875116064
        },
        {
            "start": 875116068,
            "stop": 875116069
        },
        {
            "start": 875116073,
            "stop": 875116584
        },
        {
            "start": 875116587,
            "stop": 875119450
        },
        {
            "start": 875119453,
            "stop": 875119926
        },
        {
            "start": 875119929,
            "stop": 875121240
        },
        {
            "start": 875121300,
            "stop": 875124420
        },
        {
            "start": 875124480,
            "stop": 875125697
        }
    ]
}