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=556
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=557",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=555",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 556,
    "results": [
        {
            "start": 872730041,
            "stop": 872730048
        },
        {
            "start": 872730051,
            "stop": 872730059
        },
        {
            "start": 872730062,
            "stop": 872731460
        },
        {
            "start": 872747713,
            "stop": 872748056
        },
        {
            "start": 872748058,
            "stop": 872756837
        },
        {
            "start": 872757750,
            "stop": 872767010
        },
        {
            "start": 872769610,
            "stop": 872778516
        },
        {
            "start": 872779075,
            "stop": 872779454
        },
        {
            "start": 872779670,
            "stop": 872785551
        },
        {
            "start": 872785760,
            "stop": 872808062
        },
        {
            "start": 872808488,
            "stop": 872819667
        },
        {
            "start": 872820529,
            "stop": 872841220
        },
        {
            "start": 872842448,
            "stop": 872856468
        },
        {
            "start": 872856469,
            "stop": 872856473
        },
        {
            "start": 872857504,
            "stop": 872867834
        },
        {
            "start": 872868032,
            "stop": 872873854
        },
        {
            "start": 872876710,
            "stop": 872876713
        },
        {
            "start": 872876714,
            "stop": 872876715
        },
        {
            "start": 872876720,
            "stop": 872876738
        },
        {
            "start": 872876741,
            "stop": 872876751
        }
    ]
}