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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2484",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2482",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2483,
    "results": [
        {
            "start": 875080175,
            "stop": 875080622
        },
        {
            "start": 875080629,
            "stop": 875081347
        },
        {
            "start": 875081364,
            "stop": 875083740
        },
        {
            "start": 875083920,
            "stop": 875084040
        },
        {
            "start": 875084220,
            "stop": 875084280
        },
        {
            "start": 875084340,
            "stop": 875084580
        },
        {
            "start": 875084640,
            "stop": 875084721
        },
        {
            "start": 875084738,
            "stop": 875086781
        },
        {
            "start": 875086798,
            "stop": 875093439
        },
        {
            "start": 875093456,
            "stop": 875095484
        },
        {
            "start": 875095665,
            "stop": 875097481
        },
        {
            "start": 875097498,
            "stop": 875099462
        },
        {
            "start": 875099479,
            "stop": 875100921
        },
        {
            "start": 875100938,
            "stop": 875103197
        },
        {
            "start": 875103287,
            "stop": 875103941
        },
        {
            "start": 875105295,
            "stop": 875106032
        },
        {
            "start": 875106039,
            "stop": 875106041
        },
        {
            "start": 875106048,
            "stop": 875109086
        },
        {
            "start": 875109093,
            "stop": 875111492
        },
        {
            "start": 875111499,
            "stop": 875112419
        }
    ]
}