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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=489",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=487",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 488,
    "results": [
        {
            "start": 863988897,
            "stop": 863988908
        },
        {
            "start": 864028815,
            "stop": 864030327
        },
        {
            "start": 864031336,
            "stop": 864031587
        },
        {
            "start": 864031589,
            "stop": 864042831
        },
        {
            "start": 864043096,
            "stop": 864044051
        },
        {
            "start": 864044222,
            "stop": 864044695
        },
        {
            "start": 864044956,
            "stop": 864047775
        },
        {
            "start": 864051003,
            "stop": 864051007
        },
        {
            "start": 864051083,
            "stop": 864051302
        },
        {
            "start": 864051304,
            "stop": 864054025
        },
        {
            "start": 864056888,
            "stop": 864057054
        },
        {
            "start": 864057056,
            "stop": 864057342
        },
        {
            "start": 864057344,
            "stop": 864057432
        },
        {
            "start": 864060008,
            "stop": 864060189
        },
        {
            "start": 864060191,
            "stop": 864060759
        },
        {
            "start": 864060761,
            "stop": 864064712
        },
        {
            "start": 864068989,
            "stop": 864069124
        },
        {
            "start": 864069126,
            "stop": 864069226
        },
        {
            "start": 864069228,
            "stop": 864069318
        },
        {
            "start": 864069491,
            "stop": 864069625
        }
    ]
}