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=5254
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=5255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5253",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5254,
    "results": [
        {
            "start": 875213480,
            "stop": 875213497
        },
        {
            "start": 875213504,
            "stop": 875213519
        },
        {
            "start": 875213528,
            "stop": 875213598
        },
        {
            "start": 875213605,
            "stop": 875213632
        },
        {
            "start": 875213640,
            "stop": 875213682
        },
        {
            "start": 875213689,
            "stop": 875213693
        },
        {
            "start": 875213700,
            "stop": 875213779
        },
        {
            "start": 875213786,
            "stop": 875213798
        },
        {
            "start": 875213805,
            "stop": 875213821
        },
        {
            "start": 875213828,
            "stop": 875213872
        },
        {
            "start": 875213879,
            "stop": 875213909
        },
        {
            "start": 875213920,
            "stop": 875213924
        },
        {
            "start": 875213931,
            "stop": 875213989
        },
        {
            "start": 875214000,
            "stop": 875214024
        },
        {
            "start": 875214031,
            "stop": 875214043
        },
        {
            "start": 875214050,
            "stop": 875214063
        },
        {
            "start": 875214070,
            "stop": 875214087
        },
        {
            "start": 875214101,
            "stop": 875214120
        },
        {
            "start": 875214132,
            "stop": 875214134
        },
        {
            "start": 875214142,
            "stop": 875214158
        }
    ]
}