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/L1_BURST_CAT1/segments?format=api&page=409
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=410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=408",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 409,
    "results": [
        {
            "start": 852855624,
            "stop": 852857243
        },
        {
            "start": 852857245,
            "stop": 852862541
        },
        {
            "start": 852862543,
            "stop": 852867286
        },
        {
            "start": 852867287,
            "stop": 852870880
        },
        {
            "start": 852870882,
            "stop": 852873605
        },
        {
            "start": 852873607,
            "stop": 852875331
        },
        {
            "start": 852875333,
            "stop": 852882851
        },
        {
            "start": 852883966,
            "stop": 852887151
        },
        {
            "start": 852887153,
            "stop": 852887501
        },
        {
            "start": 852887503,
            "stop": 852892334
        },
        {
            "start": 852892336,
            "stop": 852893124
        },
        {
            "start": 852895632,
            "stop": 852898669
        },
        {
            "start": 852898916,
            "stop": 852901044
        },
        {
            "start": 852901046,
            "stop": 852903454
        },
        {
            "start": 852903456,
            "stop": 852903821
        },
        {
            "start": 852905254,
            "stop": 852910235
        },
        {
            "start": 852910237,
            "stop": 852913187
        },
        {
            "start": 852917147,
            "stop": 852917466
        },
        {
            "start": 852919949,
            "stop": 852926481
        },
        {
            "start": 852929831,
            "stop": 852930109
        }
    ]
}