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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1718",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1716",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1717,
    "results": [
        {
            "start": 958040006,
            "stop": 958040007
        },
        {
            "start": 958040010,
            "stop": 958040291
        },
        {
            "start": 958040292,
            "stop": 958040337
        },
        {
            "start": 958040338,
            "stop": 958040437
        },
        {
            "start": 958040438,
            "stop": 958040491
        },
        {
            "start": 958040492,
            "stop": 958040507
        },
        {
            "start": 958040509,
            "stop": 958040560
        },
        {
            "start": 958040561,
            "stop": 958040728
        },
        {
            "start": 958040729,
            "stop": 958040769
        },
        {
            "start": 958040770,
            "stop": 958040776
        },
        {
            "start": 958040778,
            "stop": 958040813
        },
        {
            "start": 958040815,
            "stop": 958040870
        },
        {
            "start": 958040871,
            "stop": 958040945
        },
        {
            "start": 958040946,
            "stop": 958041066
        },
        {
            "start": 958041067,
            "stop": 958041117
        },
        {
            "start": 958041118,
            "stop": 958041229
        },
        {
            "start": 958041230,
            "stop": 958041601
        },
        {
            "start": 958041605,
            "stop": 958041722
        },
        {
            "start": 958041724,
            "stop": 958042099
        },
        {
            "start": 958042101,
            "stop": 958042286
        }
    ]
}