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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=218",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 219,
    "results": [
        {
            "start": 1240106427,
            "stop": 1240106464
        },
        {
            "start": 1240106465,
            "stop": 1240106470
        },
        {
            "start": 1240106471,
            "stop": 1240106496
        },
        {
            "start": 1240106497,
            "stop": 1240106498
        },
        {
            "start": 1240106499,
            "stop": 1240106521
        },
        {
            "start": 1240106524,
            "stop": 1240106543
        },
        {
            "start": 1240106545,
            "stop": 1240106573
        },
        {
            "start": 1240106574,
            "stop": 1240106579
        },
        {
            "start": 1240106580,
            "stop": 1240106600
        },
        {
            "start": 1240106601,
            "stop": 1240106604
        },
        {
            "start": 1240106606,
            "stop": 1240106687
        },
        {
            "start": 1240106688,
            "stop": 1240106698
        },
        {
            "start": 1240106699,
            "stop": 1240106750
        },
        {
            "start": 1240106753,
            "stop": 1240106770
        },
        {
            "start": 1240106773,
            "stop": 1240106777
        },
        {
            "start": 1240106778,
            "stop": 1240106799
        },
        {
            "start": 1240106800,
            "stop": 1240106804
        },
        {
            "start": 1240106805,
            "stop": 1240106820
        },
        {
            "start": 1240106821,
            "stop": 1240106827
        },
        {
            "start": 1240106828,
            "stop": 1240106850
        }
    ]
}