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=5101
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=5102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5100",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5101,
    "results": [
        {
            "start": 874656445,
            "stop": 874656508
        },
        {
            "start": 874656515,
            "stop": 874656737
        },
        {
            "start": 874656744,
            "stop": 874656855
        },
        {
            "start": 874656862,
            "stop": 874656973
        },
        {
            "start": 874656980,
            "stop": 874657042
        },
        {
            "start": 874657049,
            "stop": 874657112
        },
        {
            "start": 874657120,
            "stop": 874657207
        },
        {
            "start": 874657215,
            "stop": 874657285
        },
        {
            "start": 874657296,
            "stop": 874657368
        },
        {
            "start": 874657375,
            "stop": 874657470
        },
        {
            "start": 874657478,
            "stop": 874657620
        },
        {
            "start": 874657627,
            "stop": 874657873
        },
        {
            "start": 874657881,
            "stop": 874657941
        },
        {
            "start": 874657948,
            "stop": 874657962
        },
        {
            "start": 874657969,
            "stop": 874658037
        },
        {
            "start": 874658049,
            "stop": 874658087
        },
        {
            "start": 874658099,
            "stop": 874658101
        },
        {
            "start": 874658108,
            "stop": 874658191
        },
        {
            "start": 874658198,
            "stop": 874658207
        },
        {
            "start": 874658215,
            "stop": 874658226
        }
    ]
}