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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=303",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 304,
    "results": [
        {
            "start": 847646524,
            "stop": 847646526
        },
        {
            "start": 847646528,
            "stop": 847646544
        },
        {
            "start": 847646545,
            "stop": 847646561
        },
        {
            "start": 847646563,
            "stop": 847646566
        },
        {
            "start": 847646567,
            "stop": 847646588
        },
        {
            "start": 847646589,
            "stop": 847646608
        },
        {
            "start": 847646610,
            "stop": 847646629
        },
        {
            "start": 847646631,
            "stop": 847646650
        },
        {
            "start": 847646652,
            "stop": 847646672
        },
        {
            "start": 847646674,
            "stop": 847646697
        },
        {
            "start": 847646698,
            "stop": 847646715
        },
        {
            "start": 847646716,
            "stop": 847646735
        },
        {
            "start": 847646737,
            "stop": 847646754
        },
        {
            "start": 847646755,
            "stop": 847646802
        },
        {
            "start": 847646803,
            "stop": 847646804
        },
        {
            "start": 847646805,
            "stop": 847646831
        },
        {
            "start": 847646832,
            "stop": 847646836
        },
        {
            "start": 847646838,
            "stop": 847646840
        },
        {
            "start": 847646841,
            "stop": 847647012
        },
        {
            "start": 847647013,
            "stop": 847647069
        }
    ]
}