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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=79",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 80,
    "results": [
        {
            "start": 1374740983,
            "stop": 1374742934
        },
        {
            "start": 1374742938,
            "stop": 1374749064
        },
        {
            "start": 1374749069,
            "stop": 1374751571
        },
        {
            "start": 1374751576,
            "stop": 1374755631
        },
        {
            "start": 1374755636,
            "stop": 1374761037
        },
        {
            "start": 1374761042,
            "stop": 1374764911
        },
        {
            "start": 1374764916,
            "stop": 1374767175
        },
        {
            "start": 1374767178,
            "stop": 1374768256
        },
        {
            "start": 1374768261,
            "stop": 1374777215
        },
        {
            "start": 1374777220,
            "stop": 1374777586
        },
        {
            "start": 1374784440,
            "stop": 1374785647
        },
        {
            "start": 1374785652,
            "stop": 1374792176
        },
        {
            "start": 1374792181,
            "stop": 1374792865
        },
        {
            "start": 1374792870,
            "stop": 1374798272
        },
        {
            "start": 1374798275,
            "stop": 1374801583
        },
        {
            "start": 1374801586,
            "stop": 1374803746
        },
        {
            "start": 1374803751,
            "stop": 1374817820
        },
        {
            "start": 1374832347,
            "stop": 1374835762
        },
        {
            "start": 1374835767,
            "stop": 1374838517
        },
        {
            "start": 1374838520,
            "stop": 1374838596
        }
    ]
}