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=446
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=447",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=445",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 446,
    "results": [
        {
            "start": 859073654,
            "stop": 859075533
        },
        {
            "start": 859076832,
            "stop": 859102722
        },
        {
            "start": 859102724,
            "stop": 859102727
        },
        {
            "start": 859104012,
            "stop": 859123970
        },
        {
            "start": 859126458,
            "stop": 859126552
        },
        {
            "start": 859126554,
            "stop": 859126694
        },
        {
            "start": 859126696,
            "stop": 859126720
        },
        {
            "start": 859127583,
            "stop": 859127998
        },
        {
            "start": 859131251,
            "stop": 859131269
        },
        {
            "start": 859131270,
            "stop": 859131281
        },
        {
            "start": 859131283,
            "stop": 859131325
        },
        {
            "start": 859131329,
            "stop": 859131355
        },
        {
            "start": 859131357,
            "stop": 859133979
        },
        {
            "start": 859134207,
            "stop": 859134685
        },
        {
            "start": 859134919,
            "stop": 859137300
        },
        {
            "start": 859137367,
            "stop": 859140981
        },
        {
            "start": 859142223,
            "stop": 859143915
        },
        {
            "start": 859146290,
            "stop": 859147370
        },
        {
            "start": 859148286,
            "stop": 859152727
        },
        {
            "start": 859152797,
            "stop": 859166239
        }
    ]
}