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=820
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=821",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=819",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 820,
    "results": [
        {
            "start": 1250290944,
            "stop": 1250290953
        },
        {
            "start": 1250290957,
            "stop": 1250290960
        },
        {
            "start": 1250290964,
            "stop": 1250290987
        },
        {
            "start": 1250290991,
            "stop": 1250291071
        },
        {
            "start": 1250291083,
            "stop": 1250292774
        },
        {
            "start": 1250292779,
            "stop": 1250292821
        },
        {
            "start": 1250292823,
            "stop": 1250293705
        },
        {
            "start": 1250293710,
            "stop": 1250294015
        },
        {
            "start": 1250294019,
            "stop": 1250295081
        },
        {
            "start": 1250295085,
            "stop": 1250296026
        },
        {
            "start": 1250296028,
            "stop": 1250296102
        },
        {
            "start": 1250296107,
            "stop": 1250305634
        },
        {
            "start": 1250305637,
            "stop": 1250306477
        },
        {
            "start": 1250306482,
            "stop": 1250309443
        },
        {
            "start": 1250309451,
            "stop": 1250310520
        },
        {
            "start": 1250310522,
            "stop": 1250311349
        },
        {
            "start": 1250311354,
            "stop": 1250311909
        },
        {
            "start": 1250311913,
            "stop": 1250314240
        },
        {
            "start": 1250314245,
            "stop": 1250318544
        },
        {
            "start": 1250318549,
            "stop": 1250320236
        }
    ]
}