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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5333",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5331",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5332,
    "results": [
        {
            "start": 971152384,
            "stop": 971152773
        },
        {
            "start": 971152776,
            "stop": 971152979
        },
        {
            "start": 971152982,
            "stop": 971153966
        },
        {
            "start": 971153969,
            "stop": 971154031
        },
        {
            "start": 971154034,
            "stop": 971154051
        },
        {
            "start": 971154054,
            "stop": 971154742
        },
        {
            "start": 971154746,
            "stop": 971154976
        },
        {
            "start": 971154979,
            "stop": 971154990
        },
        {
            "start": 971154993,
            "stop": 971155213
        },
        {
            "start": 971155216,
            "stop": 971155514
        },
        {
            "start": 971155518,
            "stop": 971155529
        },
        {
            "start": 971155532,
            "stop": 971155768
        },
        {
            "start": 971155771,
            "stop": 971155773
        },
        {
            "start": 971155776,
            "stop": 971155923
        },
        {
            "start": 971155926,
            "stop": 971156719
        },
        {
            "start": 971156722,
            "stop": 971157309
        },
        {
            "start": 971157312,
            "stop": 971157430
        },
        {
            "start": 971157433,
            "stop": 971157544
        },
        {
            "start": 971157547,
            "stop": 971158641
        },
        {
            "start": 971158644,
            "stop": 971158908
        }
    ]
}