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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=24",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 25,
    "results": [
        {
            "start": 931498586,
            "stop": 931498588
        },
        {
            "start": 931498597,
            "stop": 931498603
        },
        {
            "start": 931498610,
            "stop": 931498612
        },
        {
            "start": 931498631,
            "stop": 931498654
        },
        {
            "start": 931498670,
            "stop": 931498672
        },
        {
            "start": 931498679,
            "stop": 931498680
        },
        {
            "start": 931498695,
            "stop": 931498705
        },
        {
            "start": 931498724,
            "stop": 931498728
        },
        {
            "start": 931498755,
            "stop": 931498757
        },
        {
            "start": 931498764,
            "stop": 931498777
        },
        {
            "start": 931498784,
            "stop": 931498787
        },
        {
            "start": 931498801,
            "stop": 931498805
        },
        {
            "start": 931498811,
            "stop": 931498813
        },
        {
            "start": 931498819,
            "stop": 931498821
        },
        {
            "start": 931498829,
            "stop": 931498834
        },
        {
            "start": 931498841,
            "stop": 931498851
        },
        {
            "start": 931498862,
            "stop": 931498867
        },
        {
            "start": 931498874,
            "stop": 931498875
        },
        {
            "start": 931498882,
            "stop": 931498887
        },
        {
            "start": 931498899,
            "stop": 931498910
        }
    ]
}