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=317
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=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=316",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 317,
    "results": [
        {
            "start": 843576350,
            "stop": 843577341
        },
        {
            "start": 843577343,
            "stop": 843577405
        },
        {
            "start": 843578847,
            "stop": 843583732
        },
        {
            "start": 843583733,
            "stop": 843587383
        },
        {
            "start": 843593528,
            "stop": 843594351
        },
        {
            "start": 843594352,
            "stop": 843594353
        },
        {
            "start": 843594355,
            "stop": 843596726
        },
        {
            "start": 843596727,
            "stop": 843597654
        },
        {
            "start": 843598804,
            "stop": 843600466
        },
        {
            "start": 843601965,
            "stop": 843603922
        },
        {
            "start": 843605211,
            "stop": 843605239
        },
        {
            "start": 843605241,
            "stop": 843605918
        },
        {
            "start": 843605921,
            "stop": 843606113
        },
        {
            "start": 843606374,
            "stop": 843607988
        },
        {
            "start": 843607990,
            "stop": 843608558
        },
        {
            "start": 843608560,
            "stop": 843614547
        },
        {
            "start": 843614549,
            "stop": 843619443
        },
        {
            "start": 843621720,
            "stop": 843621721
        },
        {
            "start": 843621723,
            "stop": 843621781
        },
        {
            "start": 843621783,
            "stop": 843622864
        }
    ]
}