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=384
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=385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=383",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 384,
    "results": [
        {
            "start": 849948013,
            "stop": 849948380
        },
        {
            "start": 849948548,
            "stop": 849949074
        },
        {
            "start": 849949528,
            "stop": 849953245
        },
        {
            "start": 849953247,
            "stop": 849958798
        },
        {
            "start": 849958800,
            "stop": 849959250
        },
        {
            "start": 849959252,
            "stop": 849964207
        },
        {
            "start": 849964209,
            "stop": 849965212
        },
        {
            "start": 849965214,
            "stop": 849966614
        },
        {
            "start": 850003342,
            "stop": 850003704
        },
        {
            "start": 850003706,
            "stop": 850004105
        },
        {
            "start": 850004169,
            "stop": 850004577
        },
        {
            "start": 850004688,
            "stop": 850005268
        },
        {
            "start": 850005467,
            "stop": 850012327
        },
        {
            "start": 850014380,
            "stop": 850015473
        },
        {
            "start": 850015475,
            "stop": 850047204
        },
        {
            "start": 850047375,
            "stop": 850047446
        },
        {
            "start": 850047630,
            "stop": 850048781
        },
        {
            "start": 850048783,
            "stop": 850054335
        },
        {
            "start": 850056004,
            "stop": 850056843
        },
        {
            "start": 850056922,
            "stop": 850056974
        }
    ]
}