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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=141",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 142,
    "results": [
        {
            "start": 1239697529,
            "stop": 1239697537
        },
        {
            "start": 1239697538,
            "stop": 1239697724
        },
        {
            "start": 1239697725,
            "stop": 1239697786
        },
        {
            "start": 1239697789,
            "stop": 1239698689
        },
        {
            "start": 1239698690,
            "stop": 1239698836
        },
        {
            "start": 1239698837,
            "stop": 1239700353
        },
        {
            "start": 1239700354,
            "stop": 1239700433
        },
        {
            "start": 1239700435,
            "stop": 1239700603
        },
        {
            "start": 1239700606,
            "stop": 1239700764
        },
        {
            "start": 1239700765,
            "stop": 1239700831
        },
        {
            "start": 1239700832,
            "stop": 1239702347
        },
        {
            "start": 1239702348,
            "stop": 1239702578
        },
        {
            "start": 1239702579,
            "stop": 1239703490
        },
        {
            "start": 1239703491,
            "stop": 1239703573
        },
        {
            "start": 1239703576,
            "stop": 1239706081
        },
        {
            "start": 1239706084,
            "stop": 1239707179
        },
        {
            "start": 1239707180,
            "stop": 1239707512
        },
        {
            "start": 1239707513,
            "stop": 1239707907
        },
        {
            "start": 1239707909,
            "stop": 1239708008
        },
        {
            "start": 1239708010,
            "stop": 1239708314
        }
    ]
}