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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=263",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 264,
    "results": [
        {
            "start": 1240320455,
            "stop": 1240320471
        },
        {
            "start": 1240320472,
            "stop": 1240320473
        },
        {
            "start": 1240320474,
            "stop": 1240320497
        },
        {
            "start": 1240320498,
            "stop": 1240320513
        },
        {
            "start": 1240320514,
            "stop": 1240320521
        },
        {
            "start": 1240320522,
            "stop": 1240320539
        },
        {
            "start": 1240320543,
            "stop": 1240320577
        },
        {
            "start": 1240320578,
            "stop": 1240320624
        },
        {
            "start": 1240320625,
            "stop": 1240320635
        },
        {
            "start": 1240320636,
            "stop": 1240320671
        },
        {
            "start": 1240320672,
            "stop": 1240320673
        },
        {
            "start": 1240320674,
            "stop": 1240320675
        },
        {
            "start": 1240320676,
            "stop": 1240320678
        },
        {
            "start": 1240320679,
            "stop": 1240320700
        },
        {
            "start": 1240320701,
            "stop": 1240320715
        },
        {
            "start": 1240320716,
            "stop": 1240320747
        },
        {
            "start": 1240320748,
            "stop": 1240320753
        },
        {
            "start": 1240320754,
            "stop": 1240320816
        },
        {
            "start": 1240320817,
            "stop": 1240320858
        },
        {
            "start": 1240320859,
            "stop": 1240320876
        }
    ]
}