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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=9",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 10,
    "results": [
        {
            "start": 1126837277,
            "stop": 1126838177
        },
        {
            "start": 1126838237,
            "stop": 1126838726
        },
        {
            "start": 1126838727,
            "stop": 1126841607
        },
        {
            "start": 1126841615,
            "stop": 1126842273
        },
        {
            "start": 1126842280,
            "stop": 1126842834
        },
        {
            "start": 1126842841,
            "stop": 1126848324
        },
        {
            "start": 1126848332,
            "stop": 1126851578
        },
        {
            "start": 1126855130,
            "stop": 1126856957
        },
        {
            "start": 1126857017,
            "stop": 1126858678
        },
        {
            "start": 1126858685,
            "stop": 1126859779
        },
        {
            "start": 1126859786,
            "stop": 1126863829
        },
        {
            "start": 1126863830,
            "stop": 1126871897
        },
        {
            "start": 1126872077,
            "stop": 1126872225
        },
        {
            "start": 1126872232,
            "stop": 1126872677
        },
        {
            "start": 1126872737,
            "stop": 1126873457
        },
        {
            "start": 1126873517,
            "stop": 1126873577
        },
        {
            "start": 1126873697,
            "stop": 1126873877
        },
        {
            "start": 1126873937,
            "stop": 1126874057
        },
        {
            "start": 1126874177,
            "stop": 1126874237
        },
        {
            "start": 1126874297,
            "stop": 1126874417
        }
    ]
}