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/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5780
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=5781",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5779",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5780,
    "results": [
        {
            "start": 874667493,
            "stop": 874667494
        },
        {
            "start": 874667498,
            "stop": 874667614
        },
        {
            "start": 874667618,
            "stop": 874667659
        },
        {
            "start": 874667662,
            "stop": 874667734
        },
        {
            "start": 874667738,
            "stop": 874667948
        },
        {
            "start": 874667956,
            "stop": 874668077
        },
        {
            "start": 874668080,
            "stop": 874668271
        },
        {
            "start": 874668275,
            "stop": 874668388
        },
        {
            "start": 874668391,
            "stop": 874668550
        },
        {
            "start": 874668553,
            "stop": 874668649
        },
        {
            "start": 874668652,
            "stop": 874668660
        },
        {
            "start": 874668664,
            "stop": 874668708
        },
        {
            "start": 874668712,
            "stop": 874668780
        },
        {
            "start": 874668784,
            "stop": 874668886
        },
        {
            "start": 874668889,
            "stop": 874668911
        },
        {
            "start": 874668914,
            "stop": 874668930
        },
        {
            "start": 874668934,
            "stop": 874668968
        },
        {
            "start": 874668972,
            "stop": 874669165
        },
        {
            "start": 874669168,
            "stop": 874669392
        },
        {
            "start": 874669395,
            "stop": 874669459
        }
    ]
}