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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=104",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 105,
    "results": [
        {
            "start": 817551337,
            "stop": 817551348
        },
        {
            "start": 817551351,
            "stop": 817551926
        },
        {
            "start": 817551933,
            "stop": 817552567
        },
        {
            "start": 817552576,
            "stop": 817552606
        },
        {
            "start": 817552610,
            "stop": 817552736
        },
        {
            "start": 817552931,
            "stop": 817552941
        },
        {
            "start": 817553568,
            "stop": 817553594
        },
        {
            "start": 817553598,
            "stop": 817553614
        },
        {
            "start": 817553618,
            "stop": 817553624
        },
        {
            "start": 817553667,
            "stop": 817553688
        },
        {
            "start": 817553692,
            "stop": 817553700
        },
        {
            "start": 817553707,
            "stop": 817553732
        },
        {
            "start": 817553740,
            "stop": 817553751
        },
        {
            "start": 817553760,
            "stop": 817553813
        },
        {
            "start": 817553817,
            "stop": 817553823
        },
        {
            "start": 817553827,
            "stop": 817553833
        },
        {
            "start": 817553848,
            "stop": 817553934
        },
        {
            "start": 817553944,
            "stop": 817553945
        },
        {
            "start": 817553980,
            "stop": 817553983
        },
        {
            "start": 817554016,
            "stop": 817554022
        }
    ]
}