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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5717",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5715",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5716,
    "results": [
        {
            "start": 874603239,
            "stop": 874603295
        },
        {
            "start": 874603299,
            "stop": 874603302
        },
        {
            "start": 874603309,
            "stop": 874603339
        },
        {
            "start": 874603342,
            "stop": 874603345
        },
        {
            "start": 874603348,
            "stop": 874603353
        },
        {
            "start": 874603358,
            "stop": 874603411
        },
        {
            "start": 874603414,
            "stop": 874603426
        },
        {
            "start": 874603432,
            "stop": 874603457
        },
        {
            "start": 874603461,
            "stop": 874603463
        },
        {
            "start": 874603467,
            "stop": 874603487
        },
        {
            "start": 874603492,
            "stop": 874603532
        },
        {
            "start": 874603535,
            "stop": 874603619
        },
        {
            "start": 874603622,
            "stop": 874603653
        },
        {
            "start": 874603657,
            "stop": 874603666
        },
        {
            "start": 874603669,
            "stop": 874603727
        },
        {
            "start": 874603730,
            "stop": 874603740
        },
        {
            "start": 874603743,
            "stop": 874603801
        },
        {
            "start": 874603804,
            "stop": 874603866
        },
        {
            "start": 874603869,
            "stop": 874603920
        },
        {
            "start": 874603923,
            "stop": 874603939
        }
    ]
}