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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8892",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8890",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8891,
    "results": [
        {
            "start": 875199502,
            "stop": 875199538
        },
        {
            "start": 875199727,
            "stop": 875200548
        },
        {
            "start": 875200555,
            "stop": 875200574
        },
        {
            "start": 875200581,
            "stop": 875200615
        },
        {
            "start": 875200624,
            "stop": 875200654
        },
        {
            "start": 875200661,
            "stop": 875200702
        },
        {
            "start": 875200709,
            "stop": 875200810
        },
        {
            "start": 875200817,
            "stop": 875201259
        },
        {
            "start": 875201396,
            "stop": 875202007
        },
        {
            "start": 875202127,
            "stop": 875202300
        },
        {
            "start": 875202360,
            "stop": 875202961
        },
        {
            "start": 875202969,
            "stop": 875203314
        },
        {
            "start": 875203321,
            "stop": 875203583
        },
        {
            "start": 875203591,
            "stop": 875203884
        },
        {
            "start": 875204041,
            "stop": 875205351
        },
        {
            "start": 875205358,
            "stop": 875206075
        },
        {
            "start": 875206082,
            "stop": 875206344
        },
        {
            "start": 875206351,
            "stop": 875206670
        },
        {
            "start": 875206750,
            "stop": 875206795
        },
        {
            "start": 875206802,
            "stop": 875207558
        }
    ]
}