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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=2",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 3,
    "results": [
        {
            "start": 816098490,
            "stop": 816098532
        },
        {
            "start": 816098561,
            "stop": 816098614
        },
        {
            "start": 816098622,
            "stop": 816098667
        },
        {
            "start": 816098675,
            "stop": 816098725
        },
        {
            "start": 816098733,
            "stop": 816098864
        },
        {
            "start": 816098893,
            "stop": 816099113
        },
        {
            "start": 816132800,
            "stop": 816133051
        },
        {
            "start": 816229176,
            "stop": 816229210
        },
        {
            "start": 816229217,
            "stop": 816229226
        },
        {
            "start": 816229246,
            "stop": 816229259
        },
        {
            "start": 816229266,
            "stop": 816229269
        },
        {
            "start": 816229281,
            "stop": 816229313
        },
        {
            "start": 816229322,
            "stop": 816229335
        },
        {
            "start": 816229352,
            "stop": 816229353
        },
        {
            "start": 816229361,
            "stop": 816229382
        },
        {
            "start": 816229402,
            "stop": 816229425
        },
        {
            "start": 816229433,
            "stop": 816229504
        },
        {
            "start": 816229513,
            "stop": 816229536
        },
        {
            "start": 816229549,
            "stop": 816229590
        },
        {
            "start": 816229597,
            "stop": 816229635
        }
    ]
}