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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=17",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 18,
    "results": [
        {
            "start": 934579364,
            "stop": 934588333
        },
        {
            "start": 934593938,
            "stop": 934594307
        },
        {
            "start": 934603526,
            "stop": 934607108
        },
        {
            "start": 934608260,
            "stop": 934617379
        },
        {
            "start": 934618944,
            "stop": 934623778
        },
        {
            "start": 934626312,
            "stop": 934638521
        },
        {
            "start": 934642338,
            "stop": 934643441
        },
        {
            "start": 934678632,
            "stop": 934681619
        },
        {
            "start": 934683337,
            "stop": 934687180
        },
        {
            "start": 934688697,
            "stop": 934698468
        },
        {
            "start": 934700165,
            "stop": 934724587
        },
        {
            "start": 934729106,
            "stop": 934729918
        },
        {
            "start": 934734882,
            "stop": 934740259
        },
        {
            "start": 934749183,
            "stop": 934759641
        },
        {
            "start": 934761553,
            "stop": 934764139
        },
        {
            "start": 934764199,
            "stop": 934766853
        },
        {
            "start": 934769511,
            "stop": 934781817
        },
        {
            "start": 934782782,
            "stop": 934785880
        },
        {
            "start": 934787913,
            "stop": 934792051
        },
        {
            "start": 934799416,
            "stop": 934805816
        }
    ]
}