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=5031
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=5032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5030",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5031,
    "results": [
        {
            "start": 874567352,
            "stop": 874567373
        },
        {
            "start": 874567380,
            "stop": 874567404
        },
        {
            "start": 874567416,
            "stop": 874567443
        },
        {
            "start": 874569398,
            "stop": 874571761
        },
        {
            "start": 874571768,
            "stop": 874572337
        },
        {
            "start": 874572344,
            "stop": 874572375
        },
        {
            "start": 874572382,
            "stop": 874572627
        },
        {
            "start": 874572634,
            "stop": 874573435
        },
        {
            "start": 874573443,
            "stop": 874573757
        },
        {
            "start": 874573765,
            "stop": 874574307
        },
        {
            "start": 874574315,
            "stop": 874574426
        },
        {
            "start": 874574433,
            "stop": 874574667
        },
        {
            "start": 874574674,
            "stop": 874574699
        },
        {
            "start": 874574706,
            "stop": 874574899
        },
        {
            "start": 874574906,
            "stop": 874574948
        },
        {
            "start": 874574955,
            "stop": 874575017
        },
        {
            "start": 874575025,
            "stop": 874575072
        },
        {
            "start": 874575079,
            "stop": 874575192
        },
        {
            "start": 874575199,
            "stop": 874575268
        },
        {
            "start": 874575281,
            "stop": 874575484
        }
    ]
}