Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8648
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8649",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8647",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8648,
    "results": [
        {
            "start": 871554562,
            "stop": 871556924
        },
        {
            "start": 871556941,
            "stop": 871557571
        },
        {
            "start": 871557588,
            "stop": 871557649
        },
        {
            "start": 871557666,
            "stop": 871557935
        },
        {
            "start": 871557952,
            "stop": 871557996
        },
        {
            "start": 871558013,
            "stop": 871558355
        },
        {
            "start": 871558372,
            "stop": 871558870
        },
        {
            "start": 871558887,
            "stop": 871558980
        },
        {
            "start": 871558997,
            "stop": 871559346
        },
        {
            "start": 871559377,
            "stop": 871559493
        },
        {
            "start": 871559510,
            "stop": 871559512
        },
        {
            "start": 871559529,
            "stop": 871559593
        },
        {
            "start": 871559610,
            "stop": 871559642
        },
        {
            "start": 871559662,
            "stop": 871559707
        },
        {
            "start": 871559724,
            "stop": 871559762
        },
        {
            "start": 871559779,
            "stop": 871559781
        },
        {
            "start": 871559798,
            "stop": 871559820
        },
        {
            "start": 871559837,
            "stop": 871559878
        },
        {
            "start": 871559895,
            "stop": 871559969
        },
        {
            "start": 871559986,
            "stop": 871560109
        }
    ]
}