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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=20",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 21,
    "results": [
        {
            "start": 816427424,
            "stop": 816427433
        },
        {
            "start": 816427462,
            "stop": 816428010
        },
        {
            "start": 816428250,
            "stop": 816437949
        },
        {
            "start": 816439775,
            "stop": 816440339
        },
        {
            "start": 816443253,
            "stop": 816443386
        },
        {
            "start": 816443415,
            "stop": 816445594
        },
        {
            "start": 816445623,
            "stop": 816445650
        },
        {
            "start": 816459130,
            "stop": 816463887
        },
        {
            "start": 816463981,
            "stop": 816464823
        },
        {
            "start": 816464909,
            "stop": 816468651
        },
        {
            "start": 816468682,
            "stop": 816473713
        },
        {
            "start": 816474324,
            "stop": 816475069
        },
        {
            "start": 816475098,
            "stop": 816476055
        },
        {
            "start": 816476084,
            "stop": 816476779
        },
        {
            "start": 816476811,
            "stop": 816480970
        },
        {
            "start": 816482627,
            "stop": 816482787
        },
        {
            "start": 816482795,
            "stop": 816483543
        },
        {
            "start": 816483600,
            "stop": 816483811
        },
        {
            "start": 816483841,
            "stop": 816483937
        },
        {
            "start": 816483987,
            "stop": 816484424
        }
    ]
}