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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16712",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16710",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16711,
    "results": [
        {
            "start": 875001661,
            "stop": 875001756
        },
        {
            "start": 875001757,
            "stop": 875002683
        },
        {
            "start": 875002686,
            "stop": 875002844
        },
        {
            "start": 875002845,
            "stop": 875002931
        },
        {
            "start": 875002937,
            "stop": 875003149
        },
        {
            "start": 875003150,
            "stop": 875003154
        },
        {
            "start": 875003156,
            "stop": 875003265
        },
        {
            "start": 875003266,
            "stop": 875003275
        },
        {
            "start": 875003277,
            "stop": 875003411
        },
        {
            "start": 875003412,
            "stop": 875003453
        },
        {
            "start": 875003454,
            "stop": 875003517
        },
        {
            "start": 875003518,
            "stop": 875003556
        },
        {
            "start": 875003557,
            "stop": 875003639
        },
        {
            "start": 875003640,
            "stop": 875003783
        },
        {
            "start": 875003784,
            "stop": 875003913
        },
        {
            "start": 875003914,
            "stop": 875003933
        },
        {
            "start": 875003934,
            "stop": 875003951
        },
        {
            "start": 875003953,
            "stop": 875003971
        },
        {
            "start": 875003972,
            "stop": 875004014
        },
        {
            "start": 875004018,
            "stop": 875004076
        }
    ]
}