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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2,
    "results": [
        {
            "start": 816091907,
            "stop": 816093595
        },
        {
            "start": 816093606,
            "stop": 816093646
        },
        {
            "start": 816093654,
            "stop": 816093673
        },
        {
            "start": 816093681,
            "stop": 816093759
        },
        {
            "start": 816093769,
            "stop": 816093783
        },
        {
            "start": 816093791,
            "stop": 816093799
        },
        {
            "start": 816093842,
            "stop": 816093843
        },
        {
            "start": 816093908,
            "stop": 816093918
        },
        {
            "start": 816093928,
            "stop": 816094040
        },
        {
            "start": 816094052,
            "stop": 816094079
        },
        {
            "start": 816094087,
            "stop": 816094465
        },
        {
            "start": 816094473,
            "stop": 816094487
        },
        {
            "start": 816094497,
            "stop": 816094513
        },
        {
            "start": 816094524,
            "stop": 816094540
        },
        {
            "start": 816094548,
            "stop": 816094558
        },
        {
            "start": 816094576,
            "stop": 816094579
        },
        {
            "start": 816094596,
            "stop": 816094805
        },
        {
            "start": 816094813,
            "stop": 816094857
        },
        {
            "start": 816094865,
            "stop": 816094945
        },
        {
            "start": 816094953,
            "stop": 816095223
        }
    ]
}