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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=8",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 9,
    "results": [
        {
            "start": 1256794652,
            "stop": 1256794916
        },
        {
            "start": 1256794919,
            "stop": 1256795253
        },
        {
            "start": 1256795256,
            "stop": 1256798513
        },
        {
            "start": 1256798521,
            "stop": 1256799570
        },
        {
            "start": 1256799573,
            "stop": 1256802076
        },
        {
            "start": 1256802079,
            "stop": 1256805365
        },
        {
            "start": 1256805373,
            "stop": 1256806075
        },
        {
            "start": 1256806078,
            "stop": 1256811306
        },
        {
            "start": 1256811309,
            "stop": 1256812895
        },
        {
            "start": 1256812898,
            "stop": 1256814157
        },
        {
            "start": 1256814160,
            "stop": 1256817770
        },
        {
            "start": 1256817773,
            "stop": 1256818329
        },
        {
            "start": 1256818332,
            "stop": 1256820354
        },
        {
            "start": 1256820357,
            "stop": 1256821839
        },
        {
            "start": 1256821842,
            "stop": 1256824892
        },
        {
            "start": 1256824895,
            "stop": 1256828790
        },
        {
            "start": 1256828793,
            "stop": 1256830138
        },
        {
            "start": 1256830141,
            "stop": 1256832746
        },
        {
            "start": 1256832754,
            "stop": 1256833549
        },
        {
            "start": 1256833557,
            "stop": 1256834108
        }
    ]
}