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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5299",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5300,
    "results": [
        {
            "start": 875106760,
            "stop": 875106783
        },
        {
            "start": 875106819,
            "stop": 875106846
        },
        {
            "start": 875106945,
            "stop": 875107057
        },
        {
            "start": 875107093,
            "stop": 875107174
        },
        {
            "start": 875107210,
            "stop": 875107228
        },
        {
            "start": 875107278,
            "stop": 875107285
        },
        {
            "start": 875107326,
            "stop": 875107425
        },
        {
            "start": 875107463,
            "stop": 875107466
        },
        {
            "start": 875107539,
            "stop": 875107620
        },
        {
            "start": 875107671,
            "stop": 875107683
        },
        {
            "start": 875107744,
            "stop": 875108405
        },
        {
            "start": 875108441,
            "stop": 875108798
        },
        {
            "start": 875108929,
            "stop": 875109018
        },
        {
            "start": 875109129,
            "stop": 875109222
        },
        {
            "start": 875109507,
            "stop": 875109546
        },
        {
            "start": 875109582,
            "stop": 875111369
        },
        {
            "start": 875111405,
            "stop": 875111595
        },
        {
            "start": 875111612,
            "stop": 875112261
        },
        {
            "start": 875112297,
            "stop": 875112442
        },
        {
            "start": 875112478,
            "stop": 875112620
        }
    ]
}