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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=86",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 87,
    "results": [
        {
            "start": 931088644,
            "stop": 931088653
        },
        {
            "start": 931088654,
            "stop": 931088655
        },
        {
            "start": 931088657,
            "stop": 931088665
        },
        {
            "start": 931088667,
            "stop": 931088668
        },
        {
            "start": 931088669,
            "stop": 931088670
        },
        {
            "start": 931088671,
            "stop": 931088672
        },
        {
            "start": 931088674,
            "stop": 931088677
        },
        {
            "start": 931088679,
            "stop": 931088683
        },
        {
            "start": 931088684,
            "stop": 931088690
        },
        {
            "start": 931088691,
            "stop": 931088693
        },
        {
            "start": 931088694,
            "stop": 931088695
        },
        {
            "start": 931088697,
            "stop": 931088699
        },
        {
            "start": 931088700,
            "stop": 931088709
        },
        {
            "start": 931088713,
            "stop": 931088720
        },
        {
            "start": 931088722,
            "stop": 931088724
        },
        {
            "start": 931088733,
            "stop": 931088734
        },
        {
            "start": 931088737,
            "stop": 931088739
        },
        {
            "start": 931088740,
            "stop": 931088741
        },
        {
            "start": 931088742,
            "stop": 931088744
        },
        {
            "start": 931088745,
            "stop": 931088746
        }
    ]
}