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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4343",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4344,
    "results": [
        {
            "start": 874752480,
            "stop": 874752528
        },
        {
            "start": 874752562,
            "stop": 874752587
        },
        {
            "start": 874752627,
            "stop": 874752642
        },
        {
            "start": 874752661,
            "stop": 874752729
        },
        {
            "start": 874752748,
            "stop": 874752751
        },
        {
            "start": 874752770,
            "stop": 874752876
        },
        {
            "start": 874752896,
            "stop": 874753027
        },
        {
            "start": 874753046,
            "stop": 874753047
        },
        {
            "start": 874753066,
            "stop": 874753103
        },
        {
            "start": 874753122,
            "stop": 874753162
        },
        {
            "start": 874753181,
            "stop": 874753222
        },
        {
            "start": 874753242,
            "stop": 874753346
        },
        {
            "start": 874753365,
            "stop": 874753537
        },
        {
            "start": 874753573,
            "stop": 874753600
        },
        {
            "start": 874753619,
            "stop": 874753636
        },
        {
            "start": 874753655,
            "stop": 874753720
        },
        {
            "start": 874753739,
            "stop": 874753747
        },
        {
            "start": 874753771,
            "stop": 874753867
        },
        {
            "start": 874753891,
            "stop": 874753920
        },
        {
            "start": 874753980,
            "stop": 874754098
        }
    ]
}