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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=254",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 255,
    "results": [
        {
            "start": 931679476,
            "stop": 931679478
        },
        {
            "start": 931679490,
            "stop": 931679493
        },
        {
            "start": 931679496,
            "stop": 931679500
        },
        {
            "start": 931679503,
            "stop": 931679509
        },
        {
            "start": 931679517,
            "stop": 931679519
        },
        {
            "start": 931679522,
            "stop": 931679524
        },
        {
            "start": 931679530,
            "stop": 931679534
        },
        {
            "start": 931679537,
            "stop": 931679538
        },
        {
            "start": 931679547,
            "stop": 931679552
        },
        {
            "start": 931679555,
            "stop": 931679556
        },
        {
            "start": 931679559,
            "stop": 931679571
        },
        {
            "start": 931679575,
            "stop": 931679577
        },
        {
            "start": 931679580,
            "stop": 931679593
        },
        {
            "start": 931679596,
            "stop": 931679600
        },
        {
            "start": 931679610,
            "stop": 931679617
        },
        {
            "start": 931679620,
            "stop": 931679635
        },
        {
            "start": 931679638,
            "stop": 931679639
        },
        {
            "start": 931679644,
            "stop": 931679645
        },
        {
            "start": 931679648,
            "stop": 931679659
        },
        {
            "start": 931679662,
            "stop": 931679693
        }
    ]
}