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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=38",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 39,
    "results": [
        {
            "start": 931482593,
            "stop": 931482603
        },
        {
            "start": 931482606,
            "stop": 931482616
        },
        {
            "start": 931482620,
            "stop": 931482624
        },
        {
            "start": 931482626,
            "stop": 931482629
        },
        {
            "start": 931482635,
            "stop": 931482636
        },
        {
            "start": 931482639,
            "stop": 931482644
        },
        {
            "start": 931482652,
            "stop": 931482656
        },
        {
            "start": 931482659,
            "stop": 931482662
        },
        {
            "start": 931482666,
            "stop": 931482670
        },
        {
            "start": 931482673,
            "stop": 931482674
        },
        {
            "start": 931482678,
            "stop": 931482682
        },
        {
            "start": 931482685,
            "stop": 931482687
        },
        {
            "start": 931482690,
            "stop": 931482693
        },
        {
            "start": 931482696,
            "stop": 931482712
        },
        {
            "start": 931482716,
            "stop": 931482718
        },
        {
            "start": 931482725,
            "stop": 931482728
        },
        {
            "start": 931482732,
            "stop": 931482740
        },
        {
            "start": 931482744,
            "stop": 931482748
        },
        {
            "start": 931482750,
            "stop": 931482754
        },
        {
            "start": 931482762,
            "stop": 931482763
        }
    ]
}