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=1658
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=1659",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1657",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1658,
    "results": [
        {
            "start": 956919167,
            "stop": 956919223
        },
        {
            "start": 956919225,
            "stop": 956919236
        },
        {
            "start": 956919240,
            "stop": 956919245
        },
        {
            "start": 956919247,
            "stop": 956919249
        },
        {
            "start": 956919251,
            "stop": 956919261
        },
        {
            "start": 956919269,
            "stop": 956919271
        },
        {
            "start": 956919275,
            "stop": 956919280
        },
        {
            "start": 956919290,
            "stop": 956919291
        },
        {
            "start": 956919309,
            "stop": 956919311
        },
        {
            "start": 956919330,
            "stop": 956919331
        },
        {
            "start": 956919338,
            "stop": 956919340
        },
        {
            "start": 956919347,
            "stop": 956919349
        },
        {
            "start": 956919374,
            "stop": 956919384
        },
        {
            "start": 956919388,
            "stop": 956919395
        },
        {
            "start": 956919397,
            "stop": 956919492
        },
        {
            "start": 956919497,
            "stop": 956919500
        },
        {
            "start": 956919503,
            "stop": 956919508
        },
        {
            "start": 956919510,
            "stop": 956919512
        },
        {
            "start": 956919516,
            "stop": 956921064
        },
        {
            "start": 956984558,
            "stop": 956984855
        }
    ]
}