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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=284",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 285,
    "results": [
        {
            "start": 1177762032,
            "stop": 1177762033
        },
        {
            "start": 1177762036,
            "stop": 1177767208
        },
        {
            "start": 1177767211,
            "stop": 1177769742
        },
        {
            "start": 1177770403,
            "stop": 1177774382
        },
        {
            "start": 1177774385,
            "stop": 1177774654
        },
        {
            "start": 1177774657,
            "stop": 1177774680
        },
        {
            "start": 1177774683,
            "stop": 1177775772
        },
        {
            "start": 1177796488,
            "stop": 1177797583
        },
        {
            "start": 1177797585,
            "stop": 1177800534
        },
        {
            "start": 1177800535,
            "stop": 1177800545
        },
        {
            "start": 1177800546,
            "stop": 1177802596
        },
        {
            "start": 1177802597,
            "stop": 1177802700
        },
        {
            "start": 1177802701,
            "stop": 1177802974
        },
        {
            "start": 1177802977,
            "stop": 1177803046
        },
        {
            "start": 1177803048,
            "stop": 1177803722
        },
        {
            "start": 1177803723,
            "stop": 1177803918
        },
        {
            "start": 1177803919,
            "stop": 1177804011
        },
        {
            "start": 1177804012,
            "stop": 1177804719
        },
        {
            "start": 1177804720,
            "stop": 1177805039
        },
        {
            "start": 1177805040,
            "stop": 1177805166
        }
    ]
}