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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=194",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 195,
    "results": [
        {
            "start": 931662183,
            "stop": 931662186
        },
        {
            "start": 931662191,
            "stop": 931662222
        },
        {
            "start": 931662225,
            "stop": 931662277
        },
        {
            "start": 931662280,
            "stop": 931662333
        },
        {
            "start": 931662339,
            "stop": 931662348
        },
        {
            "start": 931662351,
            "stop": 931662352
        },
        {
            "start": 931662355,
            "stop": 931662361
        },
        {
            "start": 931662364,
            "stop": 931662388
        },
        {
            "start": 931662390,
            "stop": 931662415
        },
        {
            "start": 931662418,
            "stop": 931662448
        },
        {
            "start": 931662451,
            "stop": 931662452
        },
        {
            "start": 931662454,
            "stop": 931662460
        },
        {
            "start": 931662462,
            "stop": 931662488
        },
        {
            "start": 931662491,
            "stop": 931662497
        },
        {
            "start": 931662500,
            "stop": 931662512
        },
        {
            "start": 931662518,
            "stop": 931662535
        },
        {
            "start": 931662538,
            "stop": 931662557
        },
        {
            "start": 931662561,
            "stop": 931662638
        },
        {
            "start": 931662640,
            "stop": 931662649
        },
        {
            "start": 931662652,
            "stop": 931662661
        }
    ]
}