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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=171",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 172,
    "results": [
        {
            "start": 834282852,
            "stop": 834294373
        },
        {
            "start": 834298100,
            "stop": 834300756
        },
        {
            "start": 834302536,
            "stop": 834307661
        },
        {
            "start": 834309013,
            "stop": 834322682
        },
        {
            "start": 834323951,
            "stop": 834326384
        },
        {
            "start": 834327921,
            "stop": 834346925
        },
        {
            "start": 834347702,
            "stop": 834350533
        },
        {
            "start": 834351700,
            "stop": 834353280
        },
        {
            "start": 834353956,
            "stop": 834358393
        },
        {
            "start": 834359140,
            "stop": 834359962
        },
        {
            "start": 834359966,
            "stop": 834390133
        },
        {
            "start": 834392077,
            "stop": 834435493
        },
        {
            "start": 834436076,
            "stop": 834438496
        },
        {
            "start": 834438500,
            "stop": 834445552
        },
        {
            "start": 834445563,
            "stop": 834450475
        },
        {
            "start": 834451337,
            "stop": 834509421
        },
        {
            "start": 834510735,
            "stop": 834518246
        },
        {
            "start": 834518250,
            "stop": 834518353
        },
        {
            "start": 834519079,
            "stop": 834520093
        },
        {
            "start": 834522004,
            "stop": 834522805
        }
    ]
}