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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5084",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5082",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5083,
    "results": [
        {
            "start": 874628204,
            "stop": 874628706
        },
        {
            "start": 874628713,
            "stop": 874628818
        },
        {
            "start": 874628827,
            "stop": 874628909
        },
        {
            "start": 874628916,
            "stop": 874628973
        },
        {
            "start": 874628981,
            "stop": 874628989
        },
        {
            "start": 874628996,
            "stop": 874629035
        },
        {
            "start": 874629045,
            "stop": 874629051
        },
        {
            "start": 874629058,
            "stop": 874629090
        },
        {
            "start": 874629097,
            "stop": 874629177
        },
        {
            "start": 874629184,
            "stop": 874629338
        },
        {
            "start": 874629345,
            "stop": 874629375
        },
        {
            "start": 874629382,
            "stop": 874629387
        },
        {
            "start": 874629395,
            "stop": 874629450
        },
        {
            "start": 874629457,
            "stop": 874629524
        },
        {
            "start": 874629531,
            "stop": 874629573
        },
        {
            "start": 874629581,
            "stop": 874629667
        },
        {
            "start": 874629677,
            "stop": 874629716
        },
        {
            "start": 874629723,
            "stop": 874629741
        },
        {
            "start": 874629748,
            "stop": 874629768
        },
        {
            "start": 874629776,
            "stop": 874629846
        }
    ]
}