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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=805",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=803",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 804,
    "results": [
        {
            "start": 1250190101,
            "stop": 1250190104
        },
        {
            "start": 1250190108,
            "stop": 1250190141
        },
        {
            "start": 1250190145,
            "stop": 1250190160
        },
        {
            "start": 1250190164,
            "stop": 1250190167
        },
        {
            "start": 1250190171,
            "stop": 1250190195
        },
        {
            "start": 1250190199,
            "stop": 1250190276
        },
        {
            "start": 1250190281,
            "stop": 1250190334
        },
        {
            "start": 1250190338,
            "stop": 1250190351
        },
        {
            "start": 1250190356,
            "stop": 1250190679
        },
        {
            "start": 1250190683,
            "stop": 1250190698
        },
        {
            "start": 1250190703,
            "stop": 1250190799
        },
        {
            "start": 1250190804,
            "stop": 1250190808
        },
        {
            "start": 1250190813,
            "stop": 1250190874
        },
        {
            "start": 1250190876,
            "stop": 1250191018
        },
        {
            "start": 1250191022,
            "stop": 1250191481
        },
        {
            "start": 1250191485,
            "stop": 1250191547
        },
        {
            "start": 1250191551,
            "stop": 1250191612
        },
        {
            "start": 1250191617,
            "stop": 1250191618
        },
        {
            "start": 1250191622,
            "stop": 1250191629
        },
        {
            "start": 1250191634,
            "stop": 1250191637
        }
    ]
}