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=4863
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=4864",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4862",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4863,
    "results": [
        {
            "start": 971527205,
            "stop": 971527383
        },
        {
            "start": 971527386,
            "stop": 971527432
        },
        {
            "start": 971527435,
            "stop": 971527481
        },
        {
            "start": 971527484,
            "stop": 971527491
        },
        {
            "start": 971527494,
            "stop": 971527593
        },
        {
            "start": 971527596,
            "stop": 971527639
        },
        {
            "start": 971527642,
            "stop": 971527738
        },
        {
            "start": 971527742,
            "stop": 971527800
        },
        {
            "start": 971527803,
            "stop": 971527808
        },
        {
            "start": 971527811,
            "stop": 971527867
        },
        {
            "start": 971527870,
            "stop": 971527876
        },
        {
            "start": 971527897,
            "stop": 971527979
        },
        {
            "start": 971527982,
            "stop": 971527989
        },
        {
            "start": 971528010,
            "stop": 971528012
        },
        {
            "start": 971545826,
            "stop": 971545868
        },
        {
            "start": 971545872,
            "stop": 971545897
        },
        {
            "start": 971545900,
            "stop": 971545934
        },
        {
            "start": 971545937,
            "stop": 971545943
        },
        {
            "start": 971545946,
            "stop": 971546003
        },
        {
            "start": 971546006,
            "stop": 971546147
        }
    ]
}