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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=59",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 60,
    "results": [
        {
            "start": 821292015,
            "stop": 821292022
        },
        {
            "start": 821292025,
            "stop": 821292079
        },
        {
            "start": 821292082,
            "stop": 821292168
        },
        {
            "start": 821292171,
            "stop": 821292296
        },
        {
            "start": 821292299,
            "stop": 821292780
        },
        {
            "start": 821292783,
            "stop": 821292881
        },
        {
            "start": 821292884,
            "stop": 821293297
        },
        {
            "start": 821293323,
            "stop": 821293326
        },
        {
            "start": 821293329,
            "stop": 821293425
        },
        {
            "start": 821293428,
            "stop": 821293458
        },
        {
            "start": 821293461,
            "stop": 821293486
        },
        {
            "start": 821293489,
            "stop": 821293536
        },
        {
            "start": 821293539,
            "stop": 821293559
        },
        {
            "start": 821293562,
            "stop": 821293591
        },
        {
            "start": 821293594,
            "stop": 821293664
        },
        {
            "start": 821293667,
            "stop": 821293862
        },
        {
            "start": 821293865,
            "stop": 821294086
        },
        {
            "start": 821294089,
            "stop": 821294100
        },
        {
            "start": 821294103,
            "stop": 821294182
        },
        {
            "start": 821294185,
            "stop": 821294353
        }
    ]
}