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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=206",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 207,
    "results": [
        {
            "start": 834403355,
            "stop": 834410494
        },
        {
            "start": 834410497,
            "stop": 834413271
        },
        {
            "start": 834413272,
            "stop": 834414778
        },
        {
            "start": 834414780,
            "stop": 834414796
        },
        {
            "start": 834417837,
            "stop": 834418070
        },
        {
            "start": 834418073,
            "stop": 834418140
        },
        {
            "start": 834420685,
            "stop": 834420977
        },
        {
            "start": 834420979,
            "stop": 834422392
        },
        {
            "start": 834422394,
            "stop": 834422564
        },
        {
            "start": 834422566,
            "stop": 834422741
        },
        {
            "start": 834422743,
            "stop": 834422818
        },
        {
            "start": 834424880,
            "stop": 834426237
        },
        {
            "start": 834426926,
            "stop": 834429200
        },
        {
            "start": 834431504,
            "stop": 834431505
        },
        {
            "start": 834431506,
            "stop": 834431510
        },
        {
            "start": 834431512,
            "stop": 834431516
        },
        {
            "start": 834431517,
            "stop": 834431541
        },
        {
            "start": 834431543,
            "stop": 834431552
        },
        {
            "start": 834431554,
            "stop": 834431556
        },
        {
            "start": 834431558,
            "stop": 834431590
        }
    ]
}