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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16658",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16656",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16657,
    "results": [
        {
            "start": 874836218,
            "stop": 874836219
        },
        {
            "start": 874836221,
            "stop": 874836236
        },
        {
            "start": 874836237,
            "stop": 874836240
        },
        {
            "start": 874836242,
            "stop": 874836243
        },
        {
            "start": 874836244,
            "stop": 874836245
        },
        {
            "start": 874836246,
            "stop": 874836304
        },
        {
            "start": 874836305,
            "stop": 874836314
        },
        {
            "start": 874836315,
            "stop": 874836393
        },
        {
            "start": 874836395,
            "stop": 874836562
        },
        {
            "start": 874836563,
            "stop": 874836573
        },
        {
            "start": 874836575,
            "stop": 874836599
        },
        {
            "start": 874836600,
            "stop": 874836646
        },
        {
            "start": 874836648,
            "stop": 874836698
        },
        {
            "start": 874836702,
            "stop": 874836774
        },
        {
            "start": 874836775,
            "stop": 874836804
        },
        {
            "start": 874836806,
            "stop": 874836836
        },
        {
            "start": 874836838,
            "stop": 874836867
        },
        {
            "start": 874836869,
            "stop": 874836927
        },
        {
            "start": 874836929,
            "stop": 874836941
        },
        {
            "start": 874836943,
            "stop": 874836952
        }
    ]
}