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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=312",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 313,
    "results": [
        {
            "start": 969565506,
            "stop": 969574357
        },
        {
            "start": 969576461,
            "stop": 969582310
        },
        {
            "start": 969586001,
            "stop": 969630846
        },
        {
            "start": 969636722,
            "stop": 969652410
        },
        {
            "start": 969658202,
            "stop": 969713693
        },
        {
            "start": 969717809,
            "stop": 969721163
        },
        {
            "start": 969741560,
            "stop": 969742162
        },
        {
            "start": 969742199,
            "stop": 969742210
        },
        {
            "start": 969742269,
            "stop": 969744471
        },
        {
            "start": 969747238,
            "stop": 969749124
        },
        {
            "start": 969750734,
            "stop": 969752477
        },
        {
            "start": 969752480,
            "stop": 969753838
        },
        {
            "start": 969757018,
            "stop": 969772921
        },
        {
            "start": 969781218,
            "stop": 969792755
        },
        {
            "start": 969794909,
            "stop": 969798686
        },
        {
            "start": 969806271,
            "stop": 969814533
        },
        {
            "start": 969816076,
            "stop": 969816524
        },
        {
            "start": 969824554,
            "stop": 969824633
        },
        {
            "start": 969826868,
            "stop": 969827984
        },
        {
            "start": 969828026,
            "stop": 969828039
        }
    ]
}