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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=389",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 390,
    "results": [
        {
            "start": 858783438,
            "stop": 858783439
        },
        {
            "start": 858783440,
            "stop": 858783444
        },
        {
            "start": 858783446,
            "stop": 858783447
        },
        {
            "start": 858783449,
            "stop": 858783450
        },
        {
            "start": 858783457,
            "stop": 858783463
        },
        {
            "start": 858783467,
            "stop": 858783472
        },
        {
            "start": 858783774,
            "stop": 858783787
        },
        {
            "start": 858783788,
            "stop": 858783820
        },
        {
            "start": 858783821,
            "stop": 858783843
        },
        {
            "start": 858783844,
            "stop": 858783962
        },
        {
            "start": 858783965,
            "stop": 858784002
        },
        {
            "start": 858784004,
            "stop": 858784079
        },
        {
            "start": 858784081,
            "stop": 858784085
        },
        {
            "start": 858784156,
            "stop": 858784438
        },
        {
            "start": 858784439,
            "stop": 858784840
        },
        {
            "start": 858784841,
            "stop": 858785011
        },
        {
            "start": 858785121,
            "stop": 858785494
        },
        {
            "start": 858785495,
            "stop": 858785496
        },
        {
            "start": 858785497,
            "stop": 858785504
        },
        {
            "start": 858791763,
            "stop": 858792148
        }
    ]
}