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=5235
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=5236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5234",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5235,
    "results": [
        {
            "start": 875150413,
            "stop": 875150443
        },
        {
            "start": 875150450,
            "stop": 875150803
        },
        {
            "start": 875150810,
            "stop": 875150897
        },
        {
            "start": 875150904,
            "stop": 875151165
        },
        {
            "start": 875151172,
            "stop": 875151204
        },
        {
            "start": 875151211,
            "stop": 875151353
        },
        {
            "start": 875151364,
            "stop": 875151568
        },
        {
            "start": 875151575,
            "stop": 875151973
        },
        {
            "start": 875151981,
            "stop": 875151997
        },
        {
            "start": 875152004,
            "stop": 875152063
        },
        {
            "start": 875152071,
            "stop": 875152288
        },
        {
            "start": 875152295,
            "stop": 875152535
        },
        {
            "start": 875152542,
            "stop": 875152550
        },
        {
            "start": 875152557,
            "stop": 875152793
        },
        {
            "start": 875152808,
            "stop": 875153018
        },
        {
            "start": 875153025,
            "stop": 875153186
        },
        {
            "start": 875153194,
            "stop": 875153218
        },
        {
            "start": 875153225,
            "stop": 875153316
        },
        {
            "start": 875153323,
            "stop": 875153688
        },
        {
            "start": 875153695,
            "stop": 875153707
        }
    ]
}