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=5162
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=5163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5161",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5162,
    "results": [
        {
            "start": 874739152,
            "stop": 874739200
        },
        {
            "start": 874739208,
            "stop": 874739272
        },
        {
            "start": 874739280,
            "stop": 874739514
        },
        {
            "start": 874739522,
            "stop": 874739526
        },
        {
            "start": 874739533,
            "stop": 874739594
        },
        {
            "start": 874739601,
            "stop": 874739653
        },
        {
            "start": 874739661,
            "stop": 874739683
        },
        {
            "start": 874739690,
            "stop": 874739702
        },
        {
            "start": 874739709,
            "stop": 874739759
        },
        {
            "start": 874739766,
            "stop": 874739831
        },
        {
            "start": 874739838,
            "stop": 874739910
        },
        {
            "start": 874739917,
            "stop": 874739981
        },
        {
            "start": 874739988,
            "stop": 874740030
        },
        {
            "start": 874740039,
            "stop": 874740043
        },
        {
            "start": 874740050,
            "stop": 874740147
        },
        {
            "start": 874740154,
            "stop": 874740190
        },
        {
            "start": 874740197,
            "stop": 874740201
        },
        {
            "start": 874740223,
            "stop": 874740267
        },
        {
            "start": 874740274,
            "stop": 874740484
        },
        {
            "start": 874740491,
            "stop": 874740494
        }
    ]
}