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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=299",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 300,
    "results": [
        {
            "start": 869570939,
            "stop": 869570943
        },
        {
            "start": 869570949,
            "stop": 869570963
        },
        {
            "start": 869570968,
            "stop": 869571044
        },
        {
            "start": 869571049,
            "stop": 869571109
        },
        {
            "start": 869571119,
            "stop": 869572737
        },
        {
            "start": 869572742,
            "stop": 869574006
        },
        {
            "start": 869574014,
            "stop": 869574215
        },
        {
            "start": 869574221,
            "stop": 869574241
        },
        {
            "start": 869574246,
            "stop": 869574381
        },
        {
            "start": 869574388,
            "stop": 869574443
        },
        {
            "start": 869574446,
            "stop": 869574514
        },
        {
            "start": 869574524,
            "stop": 869574534
        },
        {
            "start": 869574543,
            "stop": 869574597
        },
        {
            "start": 869574601,
            "stop": 869574619
        },
        {
            "start": 869574626,
            "stop": 869574674
        },
        {
            "start": 869574680,
            "stop": 869574735
        },
        {
            "start": 869574744,
            "stop": 869574756
        },
        {
            "start": 869574765,
            "stop": 869574800
        },
        {
            "start": 869574807,
            "stop": 869574820
        },
        {
            "start": 869574827,
            "stop": 869574838
        }
    ]
}