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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=162",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 163,
    "results": [
        {
            "start": 829849237,
            "stop": 829855826
        },
        {
            "start": 829858759,
            "stop": 829865411
        },
        {
            "start": 829869973,
            "stop": 829869985
        },
        {
            "start": 829870115,
            "stop": 829877212
        },
        {
            "start": 829878541,
            "stop": 829884515
        },
        {
            "start": 829884517,
            "stop": 829884792
        },
        {
            "start": 829886520,
            "stop": 829895932
        },
        {
            "start": 829897851,
            "stop": 829909562
        },
        {
            "start": 829909564,
            "stop": 829909697
        },
        {
            "start": 829910763,
            "stop": 829916699
        },
        {
            "start": 829917415,
            "stop": 829925371
        },
        {
            "start": 829925373,
            "stop": 829925673
        },
        {
            "start": 829927250,
            "stop": 829927750
        },
        {
            "start": 829927754,
            "stop": 829928889
        },
        {
            "start": 829929394,
            "stop": 829937117
        },
        {
            "start": 829937682,
            "stop": 829938496
        },
        {
            "start": 829938498,
            "stop": 829938521
        },
        {
            "start": 829938523,
            "stop": 829938911
        },
        {
            "start": 829938913,
            "stop": 829941501
        },
        {
            "start": 829941578,
            "stop": 829942396
        }
    ]
}