Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=33",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 34,
    "results": [
        {
            "start": 931360887,
            "stop": 931360889
        },
        {
            "start": 931360893,
            "stop": 931360894
        },
        {
            "start": 931377655,
            "stop": 931378788
        },
        {
            "start": 931379051,
            "stop": 931386078
        },
        {
            "start": 931399838,
            "stop": 931401510
        },
        {
            "start": 931401511,
            "stop": 931401994
        },
        {
            "start": 931401995,
            "stop": 931403318
        },
        {
            "start": 931403320,
            "stop": 931403454
        },
        {
            "start": 931403456,
            "stop": 931403490
        },
        {
            "start": 931403492,
            "stop": 931403505
        },
        {
            "start": 931403507,
            "stop": 931403525
        },
        {
            "start": 931418986,
            "stop": 931424976
        },
        {
            "start": 931424977,
            "stop": 931429034
        },
        {
            "start": 931429036,
            "stop": 931429072
        },
        {
            "start": 931429074,
            "stop": 931429090
        },
        {
            "start": 931429092,
            "stop": 931429692
        },
        {
            "start": 931429696,
            "stop": 931429746
        },
        {
            "start": 931429749,
            "stop": 931429763
        },
        {
            "start": 931432658,
            "stop": 931435433
        },
        {
            "start": 931436894,
            "stop": 931453788
        }
    ]
}