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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=79",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 80,
    "results": [
        {
            "start": 826981647,
            "stop": 826981650
        },
        {
            "start": 826981956,
            "stop": 826981969
        },
        {
            "start": 826982904,
            "stop": 826985751
        },
        {
            "start": 826986993,
            "stop": 826987265
        },
        {
            "start": 826990438,
            "stop": 826991533
        },
        {
            "start": 827007659,
            "stop": 827007792
        },
        {
            "start": 827009752,
            "stop": 827014753
        },
        {
            "start": 827017116,
            "stop": 827020575
        },
        {
            "start": 827020697,
            "stop": 827024710
        },
        {
            "start": 827024788,
            "stop": 827032326
        },
        {
            "start": 827032865,
            "stop": 827042394
        },
        {
            "start": 827047946,
            "stop": 827058536
        },
        {
            "start": 827059122,
            "stop": 827060469
        },
        {
            "start": 827061221,
            "stop": 827061263
        },
        {
            "start": 827061590,
            "stop": 827062033
        },
        {
            "start": 827062058,
            "stop": 827062061
        },
        {
            "start": 827062228,
            "stop": 827064165
        },
        {
            "start": 827065568,
            "stop": 827066413
        },
        {
            "start": 827066439,
            "stop": 827066442
        },
        {
            "start": 827066553,
            "stop": 827067741
        }
    ]
}