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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=250",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 251,
    "results": [
        {
            "start": 821527342,
            "stop": 821527752
        },
        {
            "start": 821527755,
            "stop": 821527850
        },
        {
            "start": 821527853,
            "stop": 821527994
        },
        {
            "start": 821527997,
            "stop": 821528441
        },
        {
            "start": 821528444,
            "stop": 821528653
        },
        {
            "start": 821528919,
            "stop": 821528992
        },
        {
            "start": 821528995,
            "stop": 821530750
        },
        {
            "start": 821530753,
            "stop": 821531055
        },
        {
            "start": 821531058,
            "stop": 821531639
        },
        {
            "start": 821531642,
            "stop": 821531682
        },
        {
            "start": 821531685,
            "stop": 821532025
        },
        {
            "start": 821532029,
            "stop": 821532039
        },
        {
            "start": 821532042,
            "stop": 821532993
        },
        {
            "start": 821532997,
            "stop": 821533021
        },
        {
            "start": 821533024,
            "stop": 821533044
        },
        {
            "start": 821533047,
            "stop": 821533238
        },
        {
            "start": 821533242,
            "stop": 821533325
        },
        {
            "start": 821533328,
            "stop": 821533331
        },
        {
            "start": 821533334,
            "stop": 821533634
        },
        {
            "start": 821533637,
            "stop": 821534469
        }
    ]
}