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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3102",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3103,
    "results": [
        {
            "start": 866769434,
            "stop": 866769480
        },
        {
            "start": 866769540,
            "stop": 866769569
        },
        {
            "start": 866769573,
            "stop": 866769584
        },
        {
            "start": 866769588,
            "stop": 866769600
        },
        {
            "start": 866769693,
            "stop": 866769714
        },
        {
            "start": 866769718,
            "stop": 866769720
        },
        {
            "start": 866769780,
            "stop": 866769792
        },
        {
            "start": 866769795,
            "stop": 866769804
        },
        {
            "start": 866769808,
            "stop": 866769874
        },
        {
            "start": 866769877,
            "stop": 866769890
        },
        {
            "start": 866769898,
            "stop": 866769902
        },
        {
            "start": 866769906,
            "stop": 866769921
        },
        {
            "start": 866769925,
            "stop": 866769930
        },
        {
            "start": 866769939,
            "stop": 866769941
        },
        {
            "start": 866769949,
            "stop": 866769950
        },
        {
            "start": 866770020,
            "stop": 866770144
        },
        {
            "start": 866770148,
            "stop": 866770149
        },
        {
            "start": 866770152,
            "stop": 866770159
        },
        {
            "start": 866770163,
            "stop": 866770173
        },
        {
            "start": 866770184,
            "stop": 866770186
        }
    ]
}