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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=246",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 247,
    "results": [
        {
            "start": 821683308,
            "stop": 821683330
        },
        {
            "start": 821683333,
            "stop": 821683353
        },
        {
            "start": 821683356,
            "stop": 821683359
        },
        {
            "start": 821683362,
            "stop": 821683369
        },
        {
            "start": 821683373,
            "stop": 821683380
        },
        {
            "start": 821683385,
            "stop": 821683386
        },
        {
            "start": 821683389,
            "stop": 821683399
        },
        {
            "start": 821683402,
            "stop": 821683404
        },
        {
            "start": 821683407,
            "stop": 821683412
        },
        {
            "start": 821683417,
            "stop": 821683419
        },
        {
            "start": 821683424,
            "stop": 821683427
        },
        {
            "start": 821683439,
            "stop": 821683458
        },
        {
            "start": 821683461,
            "stop": 821683471
        },
        {
            "start": 821683482,
            "stop": 821683484
        },
        {
            "start": 821683487,
            "stop": 821683491
        },
        {
            "start": 821683494,
            "stop": 821683497
        },
        {
            "start": 821683503,
            "stop": 821683504
        },
        {
            "start": 821683507,
            "stop": 821683515
        },
        {
            "start": 821683520,
            "stop": 821683526
        },
        {
            "start": 821683529,
            "stop": 821683533
        }
    ]
}