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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=299",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 300,
    "results": [
        {
            "start": 931543482,
            "stop": 931543499
        },
        {
            "start": 931543501,
            "stop": 931543504
        },
        {
            "start": 931543506,
            "stop": 931543521
        },
        {
            "start": 931543523,
            "stop": 931543530
        },
        {
            "start": 931543534,
            "stop": 931543542
        },
        {
            "start": 931543543,
            "stop": 931543545
        },
        {
            "start": 931543547,
            "stop": 931543549
        },
        {
            "start": 931543551,
            "stop": 931543556
        },
        {
            "start": 931543558,
            "stop": 931543569
        },
        {
            "start": 931543571,
            "stop": 931543576
        },
        {
            "start": 931543581,
            "stop": 931543585
        },
        {
            "start": 931543587,
            "stop": 931543591
        },
        {
            "start": 931543594,
            "stop": 931543596
        },
        {
            "start": 931543597,
            "stop": 931543603
        },
        {
            "start": 931543607,
            "stop": 931543627
        },
        {
            "start": 931543629,
            "stop": 931543632
        },
        {
            "start": 931543634,
            "stop": 931543638
        },
        {
            "start": 931543639,
            "stop": 931543654
        },
        {
            "start": 931543656,
            "stop": 931543673
        },
        {
            "start": 931543675,
            "stop": 931543680
        }
    ]
}