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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=183",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 184,
    "results": [
        {
            "start": 931602411,
            "stop": 931602416
        },
        {
            "start": 931602421,
            "stop": 931602438
        },
        {
            "start": 931602441,
            "stop": 931602449
        },
        {
            "start": 931602452,
            "stop": 931602457
        },
        {
            "start": 931602459,
            "stop": 931602462
        },
        {
            "start": 931602465,
            "stop": 931602468
        },
        {
            "start": 931602471,
            "stop": 931602477
        },
        {
            "start": 931602480,
            "stop": 931602499
        },
        {
            "start": 931602502,
            "stop": 931602503
        },
        {
            "start": 931602505,
            "stop": 931602514
        },
        {
            "start": 931602517,
            "stop": 931602525
        },
        {
            "start": 931602528,
            "stop": 931602541
        },
        {
            "start": 931602544,
            "stop": 931602545
        },
        {
            "start": 931602551,
            "stop": 931602562
        },
        {
            "start": 931602565,
            "stop": 931602566
        },
        {
            "start": 931602572,
            "stop": 931602579
        },
        {
            "start": 931602585,
            "stop": 931602594
        },
        {
            "start": 931602597,
            "stop": 931602600
        },
        {
            "start": 931602606,
            "stop": 931602609
        },
        {
            "start": 931602612,
            "stop": 931602625
        }
    ]
}