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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2470",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2468",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2469,
    "results": [
        {
            "start": 874805233,
            "stop": 874807430
        },
        {
            "start": 874807570,
            "stop": 874813440
        },
        {
            "start": 874813500,
            "stop": 874813680
        },
        {
            "start": 874813740,
            "stop": 874814845
        },
        {
            "start": 874814862,
            "stop": 874816140
        },
        {
            "start": 874816200,
            "stop": 874816260
        },
        {
            "start": 874816320,
            "stop": 874816500
        },
        {
            "start": 874816560,
            "stop": 874816685
        },
        {
            "start": 874816706,
            "stop": 874816719
        },
        {
            "start": 874816745,
            "stop": 874817114
        },
        {
            "start": 874817121,
            "stop": 874817323
        },
        {
            "start": 874819487,
            "stop": 874819811
        },
        {
            "start": 874819818,
            "stop": 874823817
        },
        {
            "start": 874823834,
            "stop": 874824143
        },
        {
            "start": 874824160,
            "stop": 874830390
        },
        {
            "start": 874830407,
            "stop": 874830904
        },
        {
            "start": 874830921,
            "stop": 874833858
        },
        {
            "start": 874833875,
            "stop": 874834970
        },
        {
            "start": 874835050,
            "stop": 874835990
        },
        {
            "start": 874836070,
            "stop": 874841150
        }
    ]
}