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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=542",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=540",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 541,
    "results": [
        {
            "start": 830510699,
            "stop": 830533000
        },
        {
            "start": 830533005,
            "stop": 830533634
        },
        {
            "start": 830534836,
            "stop": 830534942
        },
        {
            "start": 830536231,
            "stop": 830537656
        },
        {
            "start": 830538022,
            "stop": 830541101
        },
        {
            "start": 830542066,
            "stop": 830542546
        },
        {
            "start": 830543101,
            "stop": 830543129
        },
        {
            "start": 830543134,
            "stop": 830545239
        },
        {
            "start": 830546039,
            "stop": 830547555
        },
        {
            "start": 830548282,
            "stop": 830548463
        },
        {
            "start": 830549696,
            "stop": 830549867
        },
        {
            "start": 830549973,
            "stop": 830550154
        },
        {
            "start": 830551527,
            "stop": 830551542
        },
        {
            "start": 830551547,
            "stop": 830551576
        },
        {
            "start": 830574114,
            "stop": 830574544
        },
        {
            "start": 830575544,
            "stop": 830575985
        },
        {
            "start": 830576576,
            "stop": 830602719
        },
        {
            "start": 830604177,
            "stop": 830612786
        },
        {
            "start": 830614534,
            "stop": 830617349
        },
        {
            "start": 830653792,
            "stop": 830657860
        }
    ]
}