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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=17",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 18,
    "results": [
        {
            "start": 931510268,
            "stop": 931510279
        },
        {
            "start": 931510303,
            "stop": 931510314
        },
        {
            "start": 931510357,
            "stop": 931510360
        },
        {
            "start": 931510422,
            "stop": 931510434
        },
        {
            "start": 931510453,
            "stop": 931510455
        },
        {
            "start": 931510477,
            "stop": 931510489
        },
        {
            "start": 931510518,
            "stop": 931510525
        },
        {
            "start": 931510572,
            "stop": 931510574
        },
        {
            "start": 931510594,
            "stop": 931510602
        },
        {
            "start": 931510639,
            "stop": 931510640
        },
        {
            "start": 931510659,
            "stop": 931510664
        },
        {
            "start": 931510694,
            "stop": 931510698
        },
        {
            "start": 931510720,
            "stop": 931510737
        },
        {
            "start": 931510762,
            "stop": 931510801
        },
        {
            "start": 931510832,
            "stop": 931510839
        },
        {
            "start": 931510885,
            "stop": 931510902
        },
        {
            "start": 931510921,
            "stop": 931510922
        },
        {
            "start": 931510941,
            "stop": 931510949
        },
        {
            "start": 931511002,
            "stop": 931511029
        },
        {
            "start": 931511078,
            "stop": 931511101
        }
    ]
}