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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=230",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 231,
    "results": [
        {
            "start": 836954270,
            "stop": 836974054
        },
        {
            "start": 836974945,
            "stop": 836975512
        },
        {
            "start": 836975724,
            "stop": 836983605
        },
        {
            "start": 836983606,
            "stop": 836983627
        },
        {
            "start": 836985336,
            "stop": 836985870
        },
        {
            "start": 836985872,
            "stop": 836993561
        },
        {
            "start": 836993563,
            "stop": 837005057
        },
        {
            "start": 837005060,
            "stop": 837005062
        },
        {
            "start": 837005064,
            "stop": 837005175
        },
        {
            "start": 837005822,
            "stop": 837005825
        },
        {
            "start": 837005826,
            "stop": 837007635
        },
        {
            "start": 837007720,
            "stop": 837009253
        },
        {
            "start": 837009303,
            "stop": 837017263
        },
        {
            "start": 837017773,
            "stop": 837023377
        },
        {
            "start": 837024072,
            "stop": 837024210
        },
        {
            "start": 837024212,
            "stop": 837029806
        },
        {
            "start": 837029905,
            "stop": 837029906
        },
        {
            "start": 837029921,
            "stop": 837031315
        },
        {
            "start": 837031316,
            "stop": 837031423
        },
        {
            "start": 837031424,
            "stop": 837036972
        }
    ]
}