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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5033",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5034,
    "results": [
        {
            "start": 874579133,
            "stop": 874579179
        },
        {
            "start": 874579187,
            "stop": 874579230
        },
        {
            "start": 874579237,
            "stop": 874579380
        },
        {
            "start": 874579387,
            "stop": 874579394
        },
        {
            "start": 874579401,
            "stop": 874579438
        },
        {
            "start": 874579445,
            "stop": 874579467
        },
        {
            "start": 874579474,
            "stop": 874579501
        },
        {
            "start": 874579509,
            "stop": 874579520
        },
        {
            "start": 874579528,
            "stop": 874579533
        },
        {
            "start": 874579540,
            "stop": 874579601
        },
        {
            "start": 874579608,
            "stop": 874579620
        },
        {
            "start": 874579629,
            "stop": 874579723
        },
        {
            "start": 874579730,
            "stop": 874579736
        },
        {
            "start": 874579744,
            "stop": 874579758
        },
        {
            "start": 874579765,
            "stop": 874579779
        },
        {
            "start": 874579786,
            "stop": 874579796
        },
        {
            "start": 874579806,
            "stop": 874579815
        },
        {
            "start": 874579826,
            "stop": 874579901
        },
        {
            "start": 874579908,
            "stop": 874579944
        },
        {
            "start": 874579951,
            "stop": 874579962
        }
    ]
}