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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=642",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=640",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 641,
    "results": [
        {
            "start": 846000990,
            "stop": 846003505
        },
        {
            "start": 846003506,
            "stop": 846003599
        },
        {
            "start": 846003600,
            "stop": 846013198
        },
        {
            "start": 846014833,
            "stop": 846014881
        },
        {
            "start": 846014882,
            "stop": 846016633
        },
        {
            "start": 846017473,
            "stop": 846020882
        },
        {
            "start": 846055078,
            "stop": 846095181
        },
        {
            "start": 846099026,
            "stop": 846106512
        },
        {
            "start": 846107673,
            "stop": 846116656
        },
        {
            "start": 846122533,
            "stop": 846132433
        },
        {
            "start": 846132439,
            "stop": 846132442
        },
        {
            "start": 846145993,
            "stop": 846146113
        },
        {
            "start": 846146128,
            "stop": 846146131
        },
        {
            "start": 846147133,
            "stop": 846173165
        },
        {
            "start": 846173680,
            "stop": 846188949
        },
        {
            "start": 846190993,
            "stop": 846191757
        },
        {
            "start": 846200293,
            "stop": 846280012
        },
        {
            "start": 846280014,
            "stop": 846311953
        },
        {
            "start": 846322037,
            "stop": 846322046
        },
        {
            "start": 846322052,
            "stop": 846322073
        }
    ]
}