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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=40",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 41,
    "results": [
        {
            "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
        },
        {
            "start": 931482765,
            "stop": 931482770
        },
        {
            "start": 931482773,
            "stop": 931482776
        },
        {
            "start": 931482779,
            "stop": 931482782
        },
        {
            "start": 931482788,
            "stop": 931482792
        },
        {
            "start": 931482795,
            "stop": 931482800
        },
        {
            "start": 931482803,
            "stop": 931482805
        }
    ]
}