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=5230
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=5231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5229",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5230,
    "results": [
        {
            "start": 875143327,
            "stop": 875143460
        },
        {
            "start": 875143467,
            "stop": 875143508
        },
        {
            "start": 875143515,
            "stop": 875143715
        },
        {
            "start": 875143722,
            "stop": 875143801
        },
        {
            "start": 875143809,
            "stop": 875143853
        },
        {
            "start": 875143860,
            "stop": 875144022
        },
        {
            "start": 875144029,
            "stop": 875144119
        },
        {
            "start": 875144126,
            "stop": 875144180
        },
        {
            "start": 875144188,
            "stop": 875144218
        },
        {
            "start": 875144225,
            "stop": 875144252
        },
        {
            "start": 875144259,
            "stop": 875144301
        },
        {
            "start": 875144309,
            "stop": 875144372
        },
        {
            "start": 875144380,
            "stop": 875144480
        },
        {
            "start": 875144487,
            "stop": 875144517
        },
        {
            "start": 875144524,
            "stop": 875144552
        },
        {
            "start": 875144559,
            "stop": 875144601
        },
        {
            "start": 875144612,
            "stop": 875144659
        },
        {
            "start": 875144666,
            "stop": 875144670
        },
        {
            "start": 875144677,
            "stop": 875144679
        },
        {
            "start": 875144687,
            "stop": 875144882
        }
    ]
}